We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356477d commit d79f69aCopy full SHA for d79f69a
.github/workflows/tests.yml
@@ -16,9 +16,13 @@ jobs:
16
os: "windows-latest"
17
- python-version: "2.7"
18
os: "macos-latest"
19
+ - python-version: "2.7"
20
+ os: "ubuntu-latest"
21
- python-version: "3.6"
22
os: "ubuntu-latest"
23
include:
24
25
+ os: "ubuntu-20.04"
26
27
os: "ubuntu-20.04"
28
env:
.readthedocs.yml
@@ -1,7 +1,15 @@
1
version: 2 # Required in order to install with pip
2
3
+build:
4
+ os: "ubuntu-22.04"
5
+ tools:
6
+ python: "3.11"
7
+
8
+sphinx:
9
+ configuration: "docs/conf.py"
10
11
python:
- version: 3.7
12
install:
- - path: .
13
+ - method: "pip"
14
+ path: "."
15
- requirements: docs/requirements.txt
0 commit comments