Skip to content

Commit

Permalink
Merge pull request #1071 from vantage6/bugfix/install-plantuml-depend…
Browse files Browse the repository at this point in the history
…encies

Bugfix/install plantuml dependencies
  • Loading branch information
bartvanb committed Mar 5, 2024
2 parents a32ae3f + 58f44dd commit 0df7227
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yml
Expand Up @@ -5,10 +5,13 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"

apt_packages:
- default-jdk
- graphviz

python:
install:
- requirements: docs/requirements.txt

# Build the docs in all formats (html, pdf, epub, etc.)
formats: all
formats: all

0 comments on commit 0df7227

Please sign in to comment.