Skip to content

Commit

Permalink
fix(docs): sudo to install pandoc and graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Nov 20, 2024
1 parent 9a8e295 commit 461680a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ build:
python: "3.12"
jobs:
post_install:
- pip install '.[dev]'
- apt update && apt install -y pandoc graphviz
- python -m pip install '.[dev]'
- sudo apt update && sudo apt install -y pandoc graphviz
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand Down

0 comments on commit 461680a

Please sign in to comment.