diff --git a/.readthedocs.yml b/.readthedocs.yml index a405e25..82771b6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,4 +10,4 @@ build: - pip install poetry - poetry install --with dev - cd docs - - poetry run make $READTHEDOCS_OUTPUT/html + - poetry run make html