Skip to content

Commit

Permalink
Java and graphviz for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Jan 23, 2024
1 parent 3856142 commit a74fd23
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,23 @@ version: 2

build:
os: ubuntu-22.04
apt_packages:
- default-jdk
- graphviz
tools:
python: "3.12"

sphinx:
configuration: docs/conf.py
fail_on_warning: true
jobs:
pre_create_environment:
- echo "DOT details"
- which dot

python:
install:
- method: pip
path: .
extra_requirements:
- docs

sphinx:
configuration: docs/conf.py
fail_on_warning: true

0 comments on commit a74fd23

Please sign in to comment.