diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0f240efd..d91634f0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,6 +22,9 @@ build: # See https://github.com/readthedocs/readthedocs.org/pull/11152/ - POETRY=/home/docs/.local/bin/poetry VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make install-packages # - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --extras "crypto" --with docs + commands: + - make docs + - cp --recursive docs/_build/html/* $READTHEDOCS_OUTPUT/html/ # jobs: # pre_create_environment: # # Select Python version (keep in sync with other versions):