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.
1 parent 2a10f88 commit b0a31e4Copy full SHA for b0a31e4
.github/workflows/ci.yml
@@ -26,6 +26,9 @@ jobs:
26
with:
27
# Keep in sync with .readthedocs.yaml
28
python-version-file: .python-version
29
+ - name: Install plantuml
30
+ run: |
31
+ sudo apt install plantuml
32
- name: Setup cached uv
33
uses: hynek/setup-cached-uv@v2
34
- name: Create venv and install docs dependencies
docs/conf.py
@@ -50,7 +50,7 @@
50
"sphinx_inline_tabs",
51
]
52
53
-plantuml = "/usr/bin/plantuml"
+plantuml = "plantuml"
54
plantuml_output_format = "svg"
55
56
intersphinx_mapping = {
0 commit comments