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 5686eab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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
# - 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 5686eab

Please sign in to comment.