summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.io>2015-04-20 11:00:08 -0700
committerLaurens Van Houtven <_@lvh.io>2015-04-20 11:00:08 -0700
commit0c26a46cb6d393c23a8117f6ed915097758921fc (patch)
tree5a58cc72ae0fe404d0ce88d245f144ce9cdd536b /doc/conf.py
parentcb32e855390476f04a1abe8eff793ad5ec15de6d (diff)
parent9a2c732e5102bf03845f79d8271f7b66021200f6 (diff)
downloadpyopenssl-git-0c26a46cb6d393c23a8117f6ed915097758921fc.tar.gz
Merge branch 'master' into autodoc
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 5dc2bd9..5a1940b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,9 +51,9 @@ copyright = u'2011, Jean-Paul Calderone'
# built documents.
#
# The short X.Y version.
-version = '0.14'
+version = '0.15.1'
# The full version, including alpha/beta/rc tags.
-release = '0.14'
+release = version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -123,7 +123,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+# html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.