diff --git a/.readthedocs.yml b/.readthedocs.yml index 16a2da89bc..8ccea3e0bb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,4 +14,5 @@ build: python: "3.10" commands: - - make html BUILDDIR=_readthedocs + - make dirhtml BUILDDIR=_readthedocs + - mv _readthedocs/dirhtml _readthedocs/html