Skip to content

Commit

Permalink
Update readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 23, 2023
1 parent 26097d4 commit 5a69dd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
cache: 'pip'
- name: Cache dependencies
uses: actions/[email protected]
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
cache: 'pip'
- name: Cache dependencies
uses: actions/[email protected]
Expand Down
11 changes: 8 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/source/conf.py
fail_on_warning: false
Expand All @@ -9,7 +16,5 @@ formats:
- pdf

python:
version: 3.8

install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 5a69dd9

Please sign in to comment.