From cdd17494b674376663d84067d4a84eea3fec4b18 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sun, 8 Jun 2025 15:21:24 +0200 Subject: [PATCH] fix: update deprecated RTD configuration --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 53db133..7718265 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,12 @@ build: os: ubuntu-22.04 tools: python: "3.8" + jobs: + install: + - pip install .[docs] + +sphinx: + configuration: docs/conf.py python: install: