diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-10-24 06:03:47 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-05-13 06:29:44 -0400 |
commit | 5f46920e363fe4d5459ee9e15ec25b09038ca880 (patch) | |
tree | aa50fad298b25fdb217981ce6f0a1c8cd42adacd /doc/conf.py | |
parent | 41c122b15c210552e9363835316885a520bf567f (diff) | |
download | python-coveragepy-git-nedbat/make-upgrade-docs-tools.tar.gz |
Revert "docs: don't use tabs while we work out the docutil version pinning"nedbat/make-upgrade-docs-tools
This reverts commit 87de75db8c2590b54816daf5848d478100b29b00.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index fbd7e3f3..9b9a3f1e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -39,7 +39,7 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinxcontrib.restbuilder', 'sphinx.ext.napoleon', - #'sphinx_tabs.tabs', + 'sphinx_tabs.tabs', ] autodoc_typehints = "description" |