We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e8f3d commit dc2f9dcCopy full SHA for dc2f9dc
.github/workflows/sphinx-build.yaml
@@ -10,6 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-python@v3
13
+ - uses: ts-graphviz/setup-graphviz@v1
14
- name: Install dependencies
15
run: |
16
pip install sphinx sphinx_rtd_theme
docs/requirements.txt
@@ -4,3 +4,4 @@ myst-parser
4
sphinx
5
sphinx-copybutton
6
sphinxext-opengraph
7
+graphviz
0 commit comments