Skip to content

Commit

Permalink
docs: adjust RTD config according to https://stackoverflow.com/questi…
Browse files Browse the repository at this point in the history
  • Loading branch information
waza-ari committed Dec 21, 2024
1 parent 065fe65 commit d0cc1cb
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 @@ -11,9 +11,10 @@ build:
tools:
python: "3.13"
jobs:
post_install:
post_create_environment:
- pip install poetry==1.8.5
- poetry config virtualenvs.create false
post_install:
- poetry install --with dev

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

0 comments on commit d0cc1cb

Please sign in to comment.