We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e5700 commit 59173ceCopy full SHA for 59173ce
docs/conf.py
@@ -15,10 +15,13 @@
15
16
from __future__ import unicode_literals
17
18
-import sys
19
import os
+import sys
20
+
21
import sphinx
22
23
+import gitlab
24
25
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
26
27
if sphinx.version_info < (1,3,):
@@ -64,9 +67,9 @@
64
67
# built documents.
65
68
#
66
69
# The short X.Y version.
-version = '0.8'
70
+version = gitlab.__version__
71
# The full version, including alpha/beta/rc tags.
-release = '0.8'
72
+release = version
73
74
# The language for content autogenerated by Sphinx. Refer to documentation
75
# for a list of supported languages.
0 commit comments