summaryrefslogtreecommitdiff
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
parent44321223f4d980c12e80a381d8d489bb19f89a33 (diff)
downloadpython-coveragepy-git-f06b950c318bcd9cf8bc8ec3a03fb4d0d518b8d9.tar.gz
docs: use sphinxcontrib for the rst buildercoverage-5.55.5
-rw-r--r--doc/conf.py3
-rw-r--r--doc/requirements.pip5
2 files changed, 3 insertions, 5 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',
diff --git a/doc/requirements.pip b/doc/requirements.pip
index bb875ca4..f1f01c66 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -5,10 +5,7 @@
doc8==0.8.1
pyenchant==3.2.0
sphinx==3.4.3
-#sphinx-rst-builder==0.0.3
-# fails,
-# fixed with https://github.com/davidfritzsche/sphinx-rst-builder/pull/3
-git+https://github.com/nedbat/sphinx-rst-builder
+sphinxcontrib-restbuilder==0.3
sphinxcontrib-spelling==7.1.0
sphinx_rtd_theme==0.5.1
sphinx-autobuild==2020.9.1