Skip to content

Commit

Permalink
Merge pull request #1215 from CoffeaTeam/rtd-sudo
Browse files Browse the repository at this point in the history
fix(docs): sudo to install pandoc and graphviz
  • Loading branch information
lgray authored Nov 20, 2024
2 parents 9a8e295 + 461680a commit 6479a9e
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 6479a9e

Please sign in to comment.