Fix Sphinx theme for local builds

This commit is contained in:
Gina Häußge 2017-10-19 13:15:45 +02:00
parent e7b455f880
commit 3ad4b7b0a5

View file

@ -70,7 +70,7 @@ EXTRA_REQUIRES = dict(
"sphinx>=1.6,<1.7",
"sphinxcontrib-httpdomain",
"sphinxcontrib-mermaid",
"sphinx_bootstrap_theme",
"sphinx_rtd_theme",
# PyPi upload related
"pypandoc"