Skip to content

Commit

Permalink
CI: add poetry-plugin-export to reatthedocs pipeline (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart authored Jan 7, 2025
1 parent 7113902 commit 28ac4e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"
jobs:
post_create_environment:
- pip install poetry
- poetry export --extras docs --without-hashes > doc-requirements.txt
- pip install poetry
- poetry self add poetry-plugin-export
- poetry export --extras docs --without-hashes > doc-requirements.txt
post_install:
- pip install -r doc-requirements.txt
- pip list
- pip install -r doc-requirements.txt
- pip list

python:
install:
Expand All @@ -31,7 +32,6 @@ sphinx:
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
Expand Down

0 comments on commit 28ac4e6

Please sign in to comment.