diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 81810a25..8f458107 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,15 +11,13 @@ build: python: "3.10" jobs: post_create_environment: + # Upgrade pip to the latest version - pip install --upgrade pip - -python: - install: - - method: pip - path: . - extra_requirements: - - docs - - experiment + # Install poetry + - pip install poetry + - poetry config virtualenvs.create false + post_install: + - poetry install --all-extras --with sortingExtension,algorithmExtension # Build documentation in the docs/ directory with Sphinx sphinx: