Skip to content

Commit f1546a4

Browse files
committed
Trying to get graphviz to work
1 parent 929c9eb commit f1546a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: 3.x
34-
- run: pip install mkdocstrings mkdocs-embed-external-markdown feedparser mkdocs-gen-files markdown-exec[ansi] markdown-include mkdocs-open-in-new-tab markdown-extra python-markdown-comments markdown-footnotes pymdown-extensions mkdocs_graphviz graphviz pydot
34+
- run: pip install mkdocstrings mkdocs-embed-external-markdown feedparser mkdocs-gen-files markdown-exec[ansi] markdown-include mkdocs-open-in-new-tab markdown-extra python-markdown-comments markdown-footnotes pymdown-extensions mkdocs_graphviz graphviz pydot python-pydot python-pydot-ng
3535
- run: mkdocs gh-deploy --force

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ python-markdown-comments==1.1.0
1111
markdown-footnotes==0.1.1
1212
graphviz=0.20.3
1313
mkdocs_graphviz
14+
python-pydot
15+
python-pydot-ng
1416
Update github-actions.yml==10.8.1

0 commit comments

Comments
 (0)