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 270d998
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.9"
jobs:
post_create_environment:
# Install poetry
Expand All @@ -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 -E all


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

0 comments on commit 270d998

Please sign in to comment.