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.
2 parents 2b092b1 + e83a788 commit b51b5c0Copy full SHA for b51b5c0
.github/workflows/build_deploy.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
+ - name: Setup Graphviz
14
+ uses: ts-graphviz/setup-graphviz@v1
15
- name: Set up Python 3.10
16
uses: actions/setup-python@v4
17
with:
docs/conf.py
@@ -60,8 +60,6 @@
60
"notfound.extension",
61
]
62
63
-graphviz_output_format = "svg"
64
-
65
# If true, the Docutils Smart Quotes transform, originally based on SmartyPants
66
# (limited to English) and currently applying to many languages, will be used
67
# to convert quotes and dashes to typographically correct entities.
0 commit comments