summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-02-08 07:07:04 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-02-28 12:53:40 -0500
commitf06b950c318bcd9cf8bc8ec3a03fb4d0d518b8d9 (patch)
tree0489d203da322aef51e6573ed9d211a604fb2302 /doc/conf.py
parent44321223f4d980c12e80a381d8d489bb19f89a33 (diff)
downloadpython-coveragepy-git-f06b950c318bcd9cf8bc8ec3a03fb4d0d518b8d9.tar.gz
docs: use sphinxcontrib for the rst buildercoverage-5.55.5
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 770396bc..7ea5a876 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -39,7 +39,8 @@ extensions = [
'sphinx.ext.ifconfig',
'sphinxcontrib.spelling',
'sphinx.ext.intersphinx',
- 'sphinx_rst_builder',
+ #'sphinx_rst_builder',
+ 'sphinxcontrib.restbuilder',
'sphinx.ext.extlinks',
'sphinx.ext.napoleon',
'sphinx_tabs.tabs',