Skip to content

Commit

Permalink
Fix sandstorm-io#3536, graphviz on "How it Works" page
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Aug 11, 2021
1 parent 927a87d commit 8feb7b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo apt-get install -y graphviz virtualenv
cd ~/projects/sandstorm
virtualenv tmp/docs-virtualenv
tmp/docs-virtualenv/bin/pip install mkdocs==1.0.4
tmp/docs-virtualenv/bin/pip install markdown-inline-graphviz==1.0
tmp/docs-virtualenv/bin/pip install markdown-inline-graphviz-extension==1.1
tmp/docs-virtualenv/bin/mkdocs serve
```

Expand Down
2 changes: 1 addition & 1 deletion docs/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ assert_dependencies() {
if [ ! -x "tmp/docs-virtualenv/bin/mkdocs" ] ; then
mkdir -p tmp
virtualenv tmp/docs-virtualenv
tmp/docs-virtualenv/bin/pip install mkdocs==1.0.4 markdown-inline-graphviz==1.0
tmp/docs-virtualenv/bin/pip install mkdocs==1.0.4 markdown-inline-graphviz-extension==1.1
fi
export PATH=$PWD/tmp/docs-virtualenv/bin:$PATH
fi
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ theme:
repo_url: https://github.com/sandstorm-io/sandstorm
edit_uri: edit/master/docs/
markdown_extensions:
- mdx_inline_graphviz
- markdown_inline_graphviz
- admonition
extra_css:
- "extra.css"
Expand Down

0 comments on commit 8feb7b2

Please sign in to comment.