Skip to content

Commit

Permalink
Add files needed for readthedocs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Nov 19, 2023
1 parent 6588dcd commit 725f436
Show file tree
Hide file tree
Showing 2 changed files with 16 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.10"

python:
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/conf.py
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx==7.2.6
furo==2023.09.10
myst_parser==2.0.0

0 comments on commit 725f436

Please sign in to comment.