Skip to content

Commit

Permalink
🩹 add graphviz to the RtD dependencies (#340)
Browse files Browse the repository at this point in the history
## Description

This PR adds graphviz to the RtD dependencies so that the documentation
renders properly.

## Checklist:

<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->

- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.

Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer authored Feb 4, 2024
1 parent 622b2bd commit 932ba76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- graphviz
jobs:
post_checkout:
# Skip docs build if the commit message contains "skip ci"
Expand Down

0 comments on commit 932ba76

Please sign in to comment.