We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4432122 commit f06b950Copy full SHA for f06b950
doc/conf.py
@@ -39,7 +39,8 @@
39
'sphinx.ext.ifconfig',
40
'sphinxcontrib.spelling',
41
'sphinx.ext.intersphinx',
42
- 'sphinx_rst_builder',
+ #'sphinx_rst_builder',
43
+ 'sphinxcontrib.restbuilder',
44
'sphinx.ext.extlinks',
45
'sphinx.ext.napoleon',
46
'sphinx_tabs.tabs',
doc/requirements.pip
@@ -5,10 +5,7 @@
5
doc8==0.8.1
6
pyenchant==3.2.0
7
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
+sphinxcontrib-restbuilder==0.3
12
sphinxcontrib-spelling==7.1.0
13
sphinx_rtd_theme==0.5.1
14
sphinx-autobuild==2020.9.1
0 commit comments