Skip to content

Commit 16048c1

Browse files
authoredMay 17, 2023
Adds a read the docs config file (#1423)
* added a read the docs config file * moved yaml to root directory
1 parent 784cdd3 commit 16048c1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 

‎.readthedocs.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -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
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
docutils <= 0.17 # Added this for a problem with sphinx https://github.com/sphinx-doc/sphinx/commit/13803a79e7179f40a27f46d5a5a05f1eebbcbb63
2+
numpy==1.24.3 # numpy isn't mocked due to complex use in doctests

0 commit comments

Comments
 (0)
Please sign in to comment.