From 637f4ab9a4be2f2fdffe10bb605cfc927bd473e6 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 18 Dec 2025 16:00:25 -0800 Subject: [PATCH] tweaking rtd config --- .readthedocs.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 701a70a..f4bdc4d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,11 +9,11 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.10" - # You can also specify other tool versions: - # nodejs: "16" - # rust: "1.55" - # golang: "1.17" + python: "3.13" + jobs: + install: + - pip install --upgrade pip + - pip install --group 'doc' # Build documentation in the docs/ directory with Sphinx sphinx: @@ -28,5 +28,3 @@ python: install: - method: pip path: . - extra_requirements: - - doc