From eda819d2a88b5ac012a389d0c5514db3ff4f55ca Mon Sep 17 00:00:00 2001 From: Jan Brasna <1784648+janbrasna@users.noreply.github.com> Date: Thu, 18 Dec 2025 23:56:24 +0100 Subject: [PATCH] Update RTD config --- .readthedocs.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 844081eb..2d064a8f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 # Set the OS, Python version and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3.12" @@ -14,9 +14,11 @@ build: sphinx: configuration: docs/conf.py -# Optional but recommended, declare the Python requirements required -# to build your documentation +# Optional but recommended, declare the Python requirements installation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: requirements/requirements_dev.txt + - method: pip + path: . + extra_requirements: + - docs