Skip to content

Commit

Permalink
Including the Graphviz action
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Mar 10, 2023
1 parent 91e8f3d commit dc2f9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sphinx-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: ts-graphviz/setup-graphviz@v1
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ myst-parser
sphinx
sphinx-copybutton
sphinxext-opengraph
graphviz

0 comments on commit dc2f9dc

Please sign in to comment.