summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorCeridwen <ceridwenv@gmail.com>2016-02-15 22:36:02 -0500
committerCeridwen <ceridwenv@gmail.com>2016-02-15 22:36:02 -0500
commit54e5ddc279c4281e1612380af67051734ae30064 (patch)
treeefdb59cd69e68a10cf3ce1a0c271524ecc72c341 /doc/source/conf.py
parent329fc88e739e403c4bc0e7bb93f757efd5b49556 (diff)
parent7a206c6851cd63a4028d6ce384f281f1ee460181 (diff)
downloadastroid-git-54e5ddc279c4281e1612380af67051734ae30064.tar.gz
Merge testdata changes and Parameter nodes into zipper.
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 980fd31e..f4ceb2a8 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -48,9 +48,9 @@ copyright = u'2013, Logilab S.A.'
# built documents.
#
# The short X.Y version.
-version = '1.3.4'
+from astroid.__pkginfo__ import version
# The full version, including alpha/beta/rc tags.
-release = '1.3.4'
+release = version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -125,7 +125,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+html_static_path = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.