Skip to content

Commit f06b950

Browse files
committed
docs: use sphinxcontrib for the rst builder
1 parent 4432122 commit f06b950

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
'sphinx.ext.ifconfig',
4040
'sphinxcontrib.spelling',
4141
'sphinx.ext.intersphinx',
42-
'sphinx_rst_builder',
42+
#'sphinx_rst_builder',
43+
'sphinxcontrib.restbuilder',
4344
'sphinx.ext.extlinks',
4445
'sphinx.ext.napoleon',
4546
'sphinx_tabs.tabs',

doc/requirements.pip

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
doc8==0.8.1
66
pyenchant==3.2.0
77
sphinx==3.4.3
8-
#sphinx-rst-builder==0.0.3
9-
# fails,
10-
# fixed with https://github.com/davidfritzsche/sphinx-rst-builder/pull/3
11-
git+https://github.com/nedbat/sphinx-rst-builder
8+
sphinxcontrib-restbuilder==0.3
129
sphinxcontrib-spelling==7.1.0
1310
sphinx_rtd_theme==0.5.1
1411
sphinx-autobuild==2020.9.1

0 commit comments

Comments
 (0)