Skip to content

Commit

Permalink
Fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Dec 23, 2023
1 parent 356477d commit d79f69a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
os: "windows-latest"
- python-version: "2.7"
os: "macos-latest"
- python-version: "2.7"
os: "ubuntu-latest"
- python-version: "3.6"
os: "ubuntu-latest"
include:
- python-version: "2.7"
os: "ubuntu-20.04"
- python-version: "3.6"
os: "ubuntu-20.04"
env:
Expand Down
12 changes: 10 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
version: 2 # Required in order to install with pip

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

sphinx:
configuration: "docs/conf.py"

python:
version: 3.7
install:
- path: .
- method: "pip"
path: "."
- requirements: docs/requirements.txt

0 comments on commit d79f69a

Please sign in to comment.