summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-13 12:56:17 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-02-13 12:56:17 -0500
commite416f2f01a6ce7e7bb3fbd1df05de70111f1107d (patch)
tree241e8d6058ab78ac14709ed7e461c447229496cd /docs/conf.py
parentaf4f2b73aaf7e47078c770074c8cf7f64528aac2 (diff)
parent6d571b47f84e8ee87decbaffbd577c5f556efb4b (diff)
downloadpytest-runner-e416f2f01a6ce7e7bb3fbd1df05de70111f1107d.tar.gz
Merge with latest skeleton
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py41
1 files changed, 19 insertions, 22 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 32995af..81000ce 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,22 +1,19 @@
-#!/usr/bin/env python3
-# -*- coding: utf-8 -*-
-
-import setuptools_scm
-
-extensions = [
- 'sphinx.ext.autodoc',
-]
-
-# General information about the project.
-project = 'pytest-runner'
-copyright = '2015 Jason R. Coombs'
-
-import os
-root = os.path.relpath(os.path.join(os.path.dirname(__file__), '..'))
-
-# The short X.Y version.
-version = setuptools_scm.get_version(root=root)
-# The full version, including alpha/beta/rc tags.
-release = version
-
-master_doc = 'index'
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
+
+import setuptools_scm
+
+extensions = [
+ 'sphinx.ext.autodoc',
+]
+
+# General information about the project.
+project = 'pytest-runner'
+copyright = '2015,2016 Jason R. Coombs'
+
+# The short X.Y version.
+version = setuptools_scm.get_version(root='..', relative_to=__file__)
+# The full version, including alpha/beta/rc tags.
+release = version
+
+master_doc = 'index'