Skip to content

Commit

Permalink
fix readthedoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Oct 9, 2023
1 parent 07a1ef7 commit 9a583a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
version: 2

# Add some extra build dependencies (graphviz for plotting)
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"
apt_packages:
- graphviz
- graphviz-dev

# Make sure that dependencies are installed with pip instead of setup.py
python:
version: 3.10
install:
- requirements: docs/preinstall_requirements.txt
- requirements: docs/requirements.txt
Expand Down

0 comments on commit 9a583a9

Please sign in to comment.