summaryrefslogtreecommitdiff
path: root/doc/rtd/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rtd/conf.py')
-rw-r--r--doc/rtd/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py
index 87fc40ab..766f9e93 100644
--- a/doc/rtd/conf.py
+++ b/doc/rtd/conf.py
@@ -42,7 +42,7 @@ master_doc = 'index'
# |version| and |release|, also used in various other places throughout the
# built documents.
version = version.version_string()
-release = version
+# release = version
# Set the default Pygments syntax
highlight_language = 'python'