Skip to content

Commit d79f69a

Browse files
committed
Fix readthedocs build
1 parent 356477d commit d79f69a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ jobs:
1616
os: "windows-latest"
1717
- python-version: "2.7"
1818
os: "macos-latest"
19+
- python-version: "2.7"
20+
os: "ubuntu-latest"
1921
- python-version: "3.6"
2022
os: "ubuntu-latest"
2123
include:
24+
- python-version: "2.7"
25+
os: "ubuntu-20.04"
2226
- python-version: "3.6"
2327
os: "ubuntu-20.04"
2428
env:

.readthedocs.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
version: 2 # Required in order to install with pip
22

3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: "docs/conf.py"
10+
311
python:
4-
version: 3.7
512
install:
6-
- path: .
13+
- method: "pip"
14+
path: "."
715
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)