Skip to content

Commit

Permalink
fix read-the-docs build pipeline (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart authored Oct 31, 2024
1 parent 2753d24 commit ea050fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
# see https://browniebroke.com/blog/specify-docs-dependency-groups-with-poetry-and-read-the-docs/
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
- poetry export --extras docs --without-hashes > doc-requirements.txt
post_install:
- poetry install --extras docs
- pip install -r doc-requirements.txt
- pip list

python:
install:
Expand Down

0 comments on commit ea050fd

Please sign in to comment.