From 94bcaeb2e9fda598a02b52e0175fc901d1fabaea Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Mon, 16 Apr 2012 10:16:19 +0000 Subject: [PATCH] update theme for online docs (was incorrect in Firefox and Safari) --- doc/_themes/blue/static/default.css_t | 4 ++-- doc/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/_themes/blue/static/default.css_t b/doc/_themes/blue/static/default.css_t index 2091634..648e106 100644 --- a/doc/_themes/blue/static/default.css_t +++ b/doc/_themes/blue/static/default.css_t @@ -30,7 +30,7 @@ div.documentwrapper { } div.bodywrapper { - margin: 0 0 0 230px; + margin: 0 0 0 270px; } div.body { @@ -85,7 +85,7 @@ div.related a { div.sphinxsidebar { word-wrap: break-word; - width: 240px; + width: 270px; {%- if theme_stickysidebar|tobool %} top: 30px; margin: 0; diff --git a/doc/conf.py b/doc/conf.py index a0932df..b958f14 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,7 +56,7 @@ version_patch = re.search("^W*#\W*define\W+CV_SUBMINOR_VERSION\W+(\d+)\W*$", ver # The short X.Y version. version = version_major + '.' + version_minor # The full version, including alpha/beta/rc tags. -release = version_major + '.' + version_minor + '.' + version_patch + "-beta" +release = version_major + '.' + version_minor + '.' + version_patch + "-beta2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- 2.7.4