diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ad4d841..bba36a6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,13 @@ build: os: ubuntu-22.04 tools: python: "3.9" + jobs: + post_create_environment: + # Install pipenv + - pip install pipenv + post_install: + # Install dev dependencies, without using a virtual environment + - pipenv install --dev --system # Build documentation in the "docs/" directory with Sphinx sphinx: