Skip to content

Commit

Permalink
ci: fix readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 14, 2025
1 parent bfd8f9f commit caae826
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
version: 2
formats:
- pdf
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_checkout:
- git fetch --unshallow || true
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.18.3
- ci: fix readthedocs.yml
0.18.2
- docs: release limitations on docs requirements
0.18.1
Expand Down

0 comments on commit caae826

Please sign in to comment.