-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade the version of
plantuml
(#3124)
- directly use the official binaries instead of the ubuntu package - upgrade the readthedocs ubuntu image to 22.04
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,12 @@ | |
version: 2 | ||
|
||
build: | ||
os: "ubuntu-20.04" | ||
os: "ubuntu-22.04" | ||
apt_packages: | ||
- curl | ||
- graphviz | ||
- npm | ||
- plantuml | ||
- openjdk-21-jre-headless | ||
- texlive | ||
tools: | ||
nodejs: "16" | ||
|
@@ -16,6 +18,8 @@ build: | |
post_install: | ||
- npm install -g [email protected] | ||
- npm install -g @mermaid-js/[email protected] | ||
# If you change the `/tmp/plantuml.jar` path, be sure to also update where this path is used as well (e.g. in `conf.py`). | ||
- curl -fsSL https://github.com/plantuml/plantuml/releases/download/v1.2024.3/plantuml-gplv2-1.2024.3.jar -o /tmp/plantuml.jar | ||
|
||
# Set requirements to build the docs | ||
python: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters