diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 06ae73b8..d5e24bb0 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -13,8 +13,7 @@ build: post_install: # VIRTUAL_ENV needs to be set manually for now. # See https://github.com/readthedocs/readthedocs.org/pull/11152/ - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install - - pwd && ls + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH && cd docs && poetry install mkdocs: - configuration: mkdocs.yml + configuration: docs/mkdocs.yml