We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8af438 + 6bff9ef commit dc2bd24Copy full SHA for dc2bd24
docs/source/conf.py
@@ -19,6 +19,7 @@
19
# import os
20
# import sys
21
# sys.path.insert(0, os.path.abspath('.'))
22
+import rfc3986
23
24
25
# -- General configuration ------------------------------------------------
@@ -63,9 +64,9 @@
63
64
# built documents.
65
#
66
# The short X.Y version.
-version = u'1.0.0'
67
+version = ".".join(rfc3986.__version__.split(".")[0:2])
68
# The full version, including alpha/beta/rc tags.
-release = u'1.0.0'
69
+release = rfc3986.__version__
70
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
# for a list of supported languages.
0 commit comments