Skip to content

Commit

Permalink
.readthedocs.yml: fix for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
csernazs committed Feb 13, 2024
1 parent 0fbadf9 commit f2ee166
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false

post_install:
- poetry install --with doc

sphinx:
configuration: doc/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- doc

0 comments on commit f2ee166

Please sign in to comment.