diff options
-rw-r--r-- | doc/requirements.pip | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index eea4c8f9..bb875ca4 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -4,9 +4,12 @@ doc8==0.8.1 pyenchant==3.2.0 -sphinx==3.3.1 -sphinx-rst-builder==0.0.3 +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-spelling==7.1.0 -sphinx_rtd_theme==0.5.0 +sphinx_rtd_theme==0.5.1 sphinx-autobuild==2020.9.1 -sphinx-tabs==1.3.0 +sphinx-tabs==2.0.0 |