Skip to content

Commit

Permalink
ci: update readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 5, 2025
1 parent cd8dce6 commit d6b27fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
- name: Lint with flake8
run: |
flake8 .
flake8 --exclude _version.py .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
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
path: .
system_packages: false

0 comments on commit d6b27fe

Please sign in to comment.