summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-10 14:33:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-10 14:33:48 -0500
commit016a84e3bc1ec56b6986b3f33144892ac618a5d5 (patch)
tree7ff2d8da69b945940e33603c5c985f67267ec462 /docs
parentfe39989ce5358c5e4311a61c359445668a17dd9b (diff)
parent3902aabd7f5c4cb0f4aba8d2785da98e87cb7d6a (diff)
downloadpytest-runner-016a84e3bc1ec56b6986b3f33144892ac618a5d5.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5d50361..c82b462 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-
extensions = [
- 'sphinx.ext.autodoc',
- 'jaraco.packaging.sphinx',
- 'rst.linker',
+ 'sphinx.ext.autodoc',
+ 'jaraco.packaging.sphinx',
+ 'rst.linker',
]
master_doc = 'index'