We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4604a85 commit 4a00eedCopy full SHA for 4a00eed
.github/workflows/ci_tests.yaml
@@ -22,7 +22,7 @@ jobs:
22
# x86 builds are only meaningful for Windows
23
- os: windows-latest
24
architecture: x86
25
- - os: macos-latest
+ - os: macos-12
26
architecture: x64
27
python:
28
- 3.8
.readthedocs.yaml
@@ -5,6 +5,12 @@
5
# Required
6
version: 2
7
8
+# Set the OS, Python version and other tools you might need
9
+build:
10
+ os: ubuntu-22.04
11
+ tools:
12
+ python: "3.8"
13
+
14
# Build documentation in the doc/ directory with Sphinx
15
sphinx:
16
configuration: doc/conf.py
@@ -15,8 +21,7 @@ submodules:
21
exclude: all
17
18
- version: 3.8
19
install:
20
- requirements: dev_requirements/doc-requirements.txt
- - method: setuptools
+ - method: pip
path: .
0 commit comments