We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015c915 commit 8e7a472Copy full SHA for 8e7a472
.readthedocs.yml
@@ -1,7 +1,13 @@
1
version: 2
2
3
+# Set the OS, Python version and other tools you might need
4
+build:
5
+ os: ubuntu-22.04
6
+ tools:
7
+ python: "3.12"
8
+
9
python:
- version: 3.7
10
+ version: "3.12"
11
install:
12
- method: pip
13
path: .
@@ -10,5 +16,9 @@ python:
16
- requirements: docs/requirements.txt
17
- requirements: requirements.txt
18
19
+# Build documentation in the "docs/" directory with Sphinx
20
+sphinx:
21
+ configuration: docs/conf.py
22
23
# The only extra format to build is PDF
14
24
formats: [pdf]
docs/requirements.txt
@@ -2,3 +2,6 @@ numpydoc
recommonmark==0.6.0
sphinx==1.8.4
numba>=0.49.1
+numpy
+scipy
+tqdm
0 commit comments