From cfaf79d5b5cf4eb3611ddf24a723a884a568436b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 28 Jul 2015 20:47:31 -0400 Subject: Reference '..' in docs for scm root --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1