summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2016-04-30 18:08:46 +1000
committerBrian May <brian@linuxpenguins.xyz>2016-04-30 18:08:46 +1000
commitf3cbc5018a2d04ab68c0ef040e83acac5392342d (patch)
tree9a6c607c4230c22c1444bedc38a090cafd1462b3 /docs
parente73e797f334e18505b1d60430fe36e52ce4b52e0 (diff)
Fix PEP8 issues
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.orig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.orig.py b/docs/conf.orig.py
index 9fc0be6..5115570 100644
--- a/docs/conf.orig.py
+++ b/docs/conf.orig.py
@@ -15,6 +15,7 @@
# import sys
# import os
+from setuptools_scm import get_version
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -54,7 +55,6 @@ copyright = '2016, Brian May'
# built documents.
#
# The short X.Y version.
-from setuptools_scm import get_version
version = get_version(root="..")
# The full version, including alpha/beta/rc tags.
release = version