From c1130c59847ba5d28182a22c4366d013ad5f7000 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Wed, 18 Dec 2024 09:35:45 -0600 Subject: [PATCH] update RTD config --- readthedocs.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 5f057c9ae..0beb32d8d 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -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: @@ -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