Skip to content

Commit

Permalink
added graphviz sphinx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-chew committed Mar 18, 2024
1 parent 22cc08e commit 28c681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install sphinx furo sphinx-changelog
pip install sphinx furo graphviz sphinx-changelog
- name: Sphinx build
run: |
sphinx-build docs/source _build
Expand Down

0 comments on commit 28c681d

Please sign in to comment.