Skip to content

Commit b0a31e4

Browse files
committed
🔧 Update the installation of plantuml
* Update sphinx config * Update github action
1 parent 2a10f88 commit b0a31e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
# Keep in sync with .readthedocs.yaml
2828
python-version-file: .python-version
29+
- name: Install plantuml
30+
run: |
31+
sudo apt install plantuml
2932
- name: Setup cached uv
3033
uses: hynek/setup-cached-uv@v2
3134
- name: Create venv and install docs dependencies

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"sphinx_inline_tabs",
5151
]
5252

53-
plantuml = "/usr/bin/plantuml"
53+
plantuml = "plantuml"
5454
plantuml_output_format = "svg"
5555

5656
intersphinx_mapping = {

0 commit comments

Comments
 (0)