We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9739524 commit bda0797Copy full SHA for bda0797
doc/conf.py
@@ -10,7 +10,8 @@
10
#
11
# All configuration values have a default; values that are commented out
12
# serve to show the default.
13
-import sys, os
+import os
14
+import sys
15
16
# If extensions (or modules to document with autodoc) are in another directory,
17
# add these directories to sys.path here. If the directory is relative to the
@@ -58,7 +59,7 @@
58
59
# built documents.
60
61
# The short X.Y version.
-version = 'dev'
62
+version = '5.12'
63
# version = '.'.join(buildconf.VERSION.split('.')[:2])
64
# The full version, including alpha/beta/rc tags.
65
release = buildconf.VERSION
0 commit comments