diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 338d128..6280c13 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,8 +8,11 @@ build: jobs: post_create_environment: - curl -sSL https://install.python-poetry.org | python3 - - - $HOME/.local/bin/poetry config virtualenvs.create false - - $HOME/.local/bin/poetry install + - export PATH="$HOME/.local/bin/:$PATH" + - poetry config virtualenvs.create false + - poetry install + commands: + - cd docs && make html # Build documentation in the docs/ directory with Sphinx sphinx: