summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-08-15 07:33:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-08-15 10:09:40 -0400
commit87de75db8c2590b54816daf5848d478100b29b00 (patch)
treedf14076297dc1c1685d9ce8eb68f6bd4636b4bcd /doc/conf.py
parent4eee7dc0962e27ed4598e226a065eb2f825532a6 (diff)
downloadpython-coveragepy-git-87de75db8c2590b54816daf5848d478100b29b00.tar.gz
docs: don't use tabs while we work out the docutil version pinning
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index cca82316..b88c90c1 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -40,7 +40,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinxcontrib.restbuilder',
'sphinx.ext.napoleon',
- 'sphinx_tabs.tabs',
+ #'sphinx_tabs.tabs',
]
# Add any paths that contain templates here, relative to this directory.