Skip to content

Commit

Permalink
Adds a read the docs config file (#1423)
Browse files Browse the repository at this point in the history
* added a read the docs config file

* moved yaml to root directory
  • Loading branch information
alexhroom committed May 17, 2023
1 parent 784cdd3 commit 16048c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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 comments on commit 16048c1

Please sign in to comment.