Skip to content

Commit dc2f9dc

Browse files
committed
Including the Graphviz action
1 parent 91e8f3d commit dc2f9dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/sphinx-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-python@v3
13+
- uses: ts-graphviz/setup-graphviz@v1
1314
- name: Install dependencies
1415
run: |
1516
pip install sphinx sphinx_rtd_theme

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ myst-parser
44
sphinx
55
sphinx-copybutton
66
sphinxext-opengraph
7+
graphviz

0 commit comments

Comments
 (0)