diff --git a/readthedocs.yml b/readthedocs.yml index 28999f1..f85c49a 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,6 +8,7 @@ build: commands: - pip install poetry - poetry install + - poetry run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html sphinx: configuration: docs/conf.py