Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsch420 authored Oct 24, 2023
1 parent d4a89d0 commit ec79506
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ build:
tools:
python: "3.8"

build:
apt_packages:
- graphviz

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: doc/conf.py
Expand All @@ -21,4 +25,4 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: doc/requirements.txt
- requirements: doc/requirements.txt

0 comments on commit ec79506

Please sign in to comment.