Skip to content

Commit

Permalink
Merge pull request #177 from astrojuanlu/fix-rtd
Browse files Browse the repository at this point in the history
Fix RTD
  • Loading branch information
tomchristie authored Sep 19, 2024
2 parents cc87dfc + cdd70be commit dbc422c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

build:
os: ubuntu-22.04
apt_packages:
- graphviz
tools:
python: "3.8"

sphinx:
configuration: docs/source/conf.py

python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
mistune
jsonschema
ipython
sphinx<4
jinja2<3
markupsafe<2

0 comments on commit dbc422c

Please sign in to comment.