Skip to content

Commit

Permalink
Fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Feb 21, 2025
1 parent b61f66c commit fb0650e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ build:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry==1.8.4
# - pip install poetry==1.8.4
- curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
- poetry install -E "all" --with docs
- poetry install --with docs -E all


# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down

0 comments on commit fb0650e

Please sign in to comment.