Skip to content

Commit

Permalink
Fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Feb 20, 2025
1 parent b61f66c commit d0eb280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ build:
# 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
- poetry install -E all

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

0 comments on commit d0eb280

Please sign in to comment.