Skip to content

Commit

Permalink
update RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Dec 18, 2024
1 parent 9b92ec9 commit c1130c5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
version: 2

formats:
- htmlzip

# build with latest available ubuntu version
build:
os: ubuntu-20.04
os: ubuntu-lts-latest
tools:
python: "3.10"
python: "3.12"
apt_packages:
- graphviz
jobs:
Expand All @@ -16,7 +17,14 @@ build:
- playwright install chromium
- python ./docs/scripts/generate_gallery_images.py

sphinx:
configuration: docs/conf.py
# builder: "dirhtml"
fail_on_warning: true

python:
install:
- method: pip
path: .[doc]
path: .
extra_requirements:
- doc

0 comments on commit c1130c5

Please sign in to comment.