We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784cdd3 commit 16048c1Copy full SHA for 16048c1
.readthedocs.yaml
@@ -0,0 +1,13 @@
1
+version: 2
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:
12
+ install:
13
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -1 +1,2 @@
docutils <= 0.17 # Added this for a problem with sphinx https://github.com/sphinx-doc/sphinx/commit/13803a79e7179f40a27f46d5a5a05f1eebbcbb63
+numpy==1.24.3 # numpy isn't mocked due to complex use in doctests
0 commit comments