Skip to content

Commit

Permalink
docs: install pandoc and graphviz before building
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Nov 20, 2024
1 parent f7b15ca commit 50b7eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build:
jobs:
post_install:
- pip install '.[dev]'
- apt update && apt install -y pandoc graphviz
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand Down

0 comments on commit 50b7eaa

Please sign in to comment.