diff --git a/.readthedocs.yml b/.readthedocs.yml index 218c2b3a7..4706199ba 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,7 @@ version: 2 sphinx: - builder: dirhtml + builder: html configuration: docs/conf.py fail_on_warning: true diff --git a/tox.ini b/tox.ini index eb06d2dc3..b90ce7ccb 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ commands = sphinx-build \ --keep-going \ -TW \ - -b dirhtml \ + -b html \ docs/ docs/_build/html description = Build documentation and API through Sphinx @@ -72,7 +72,7 @@ commands = --re-ignore docs/api/.* \ --watch docs \ --watch src \ - -b dirhtml \ + -b html \ docs/ docs/_build/html description = Set up a server to directly preview changes to the HTML pages @@ -88,7 +88,7 @@ commands = sphinx-build \ --keep-going \ -TW \ - -b dirhtml \ + -b html \ docs/ docs/_build/html description = Build documentation through Sphinx WITH output of Jupyter notebooks @@ -123,7 +123,7 @@ commands = --re-ignore docs/api/.* \ --watch docs \ --watch src \ - -b dirhtml \ + -b html \ docs/ docs/_build/html description = Set up a server to directly preview changes to the HTML pages @@ -139,7 +139,7 @@ allowlist_externals = commands = sphinx-build \ --keep-going \ - -b dirhtml \ + -b html \ -nW \ docs/ docs/_build/html description =