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.
1 parent 31aaa1a commit fc130b2Copy full SHA for fc130b2
docs/source/conf.py
@@ -22,7 +22,7 @@
22
HERE = osp.abspath(osp.dirname(__file__))
23
ROOT = osp.dirname(osp.dirname(HERE))
24
25
-from traitlets import version_info
+from traitlets import __version__, version_info
26
27
# If extensions (or modules to document with autodoc) are in another directory,
28
# add these directories to sys.path here. If the directory is relative to the
@@ -82,7 +82,7 @@
82
# The short X.Y version.
83
version = ".".join(map(str, version_info[:2]))
84
# The full version, including alpha/beta/rc tags.
85
-release = "__version__"
+release = __version__
86
87
# The language for content autogenerated by Sphinx. Refer to documentation
88
# for a list of supported languages.
0 commit comments