diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-19 08:24:36 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-19 08:24:36 -0400 |
commit | 6b8274be9623f6b3b799706c864fb3aebaf9fe6e (patch) | |
tree | 04dfa52ad879292e9595432a73fce70aebd49887 /doc | |
parent | c5b3e50987d9835989a81e2560aeef6047f3c591 (diff) | |
download | python-coveragepy-git-6b8274be9623f6b3b799706c864fb3aebaf9fe6e.tar.gz |
style: remove commented-out sphinx extension we don't need
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 7ea5a876..bb20561a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -39,7 +39,6 @@ extensions = [ 'sphinx.ext.ifconfig', 'sphinxcontrib.spelling', 'sphinx.ext.intersphinx', - #'sphinx_rst_builder', 'sphinxcontrib.restbuilder', 'sphinx.ext.extlinks', 'sphinx.ext.napoleon', |