Skip to content

Commit b51b5c0

Browse files
authored
Merge branch '6-dev' into issue-1448-caching
2 parents 2b092b1 + e83a788 commit b51b5c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
- name: Setup Graphviz
14+
uses: ts-graphviz/setup-graphviz@v1
1315
- name: Set up Python 3.10
1416
uses: actions/setup-python@v4
1517
with:

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
"notfound.extension",
6161
]
6262

63-
graphviz_output_format = "svg"
64-
6563
# If true, the Docutils Smart Quotes transform, originally based on SmartyPants
6664
# (limited to English) and currently applying to many languages, will be used
6765
# to convert quotes and dashes to typographically correct entities.

0 commit comments

Comments
 (0)