commit 5d3f34a8f2683f1680a2f23eee621b3443e48639 Author: Arturo Filastò art@fuffa.org Date: Tue Nov 20 17:48:26 2012 +0100
Include release number in configuration file --- docs/source/conf.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py index 1f61842..71a97a7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ copyright = u'2012, The Tor Project' # built documents. # # The short X.Y version. -version = '0.0.1' +version = 'v0.0.7.1' # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = 'v0.0.7.1-alpha'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -94,7 +94,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'haiku' +html_theme = 'default'
html_theme_options = {'textcolor': "#222222", 'headingcolor': "#555",