Skip to content

Commit 8bf4134

Browse files
committed
Trying to get graphviz to work
1 parent 1cb0d49 commit 8bf4134

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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 markdown-inline-graphviz graphviz
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 markdown-inline-graphviz mkdocs_graphviz graphviz
3535
- run: mkdocs gh-deploy --force

docs/motivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In an ideal world, things develop linearly:
3737
- Everyone knows what everyone else is doing
3838
- In the end, things are simply finished.
3939

40-
```graphviz
40+
```dot
4141
digraph {
4242
rankdir=LR
4343
Mon[label="Monday's\n improvements"] [fixedsize=circle]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ python-markdown-comments==1.1.0
1111
markdown-footnotes==0.1.1
1212
graphviz=0.20.3
1313
markdown-inline-graphviz
14+
mkdocs_graphviz
1415
Update github-actions.yml==10.8.1

0 commit comments

Comments
 (0)