diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 1 | ||||
| -rw-r--r-- | doc/requirements.pip | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 836f77c9..4baf66ac 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -35,6 +35,7 @@ extensions = [ 'sphinx.ext.ifconfig', 'sphinxcontrib.spelling', 'sphinx.ext.intersphinx', + 'sphinx_rst_builder', ] # Add any paths that contain templates here, relative to this directory. diff --git a/doc/requirements.pip b/doc/requirements.pip index 3f864737..28777cb5 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -5,5 +5,6 @@ doc8==0.8.0 pyenchant==2.0.0 sphinx==2.1.2 +sphinx-rst-builder==0.0.1 sphinxcontrib-spelling==4.3.0 sphinx_rtd_theme==0.4.3 |
