summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-13 09:14:44 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-13 09:14:44 -0500
commit6c36336e9fc45048ad43e4ff494c9d1ffc14fc49 (patch)
tree73e10a48e874b178eb5c4628404163e7b9e0e53b
parent34958ccc94b8c473ebf8adcdc35b82b6023d8702 (diff)
downloadpytest-runner-6c36336e9fc45048ad43e4ff494c9d1ffc14fc49.tar.gz
Normalize indentation in docs/conf.py
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8bc8298..14744ee 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'