diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9373d02..5c2ba79 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,7 +20,7 @@ build: - python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext - python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt - cat docs/conf.py - - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htm + - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html sphinx: configuration: docs/conf.py