summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 030fb1b..923772a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,7 +12,7 @@ project = 'pytest-runner'
copyright = '2015 Jason R. Coombs'
# The short X.Y version.
-version = setuptools_scm.get_version()
+version = setuptools_scm.get_version(root='..')
# The full version, including alpha/beta/rc tags.
release = version