From 9724f2db7d8c7d26dd26eff56d77fe3157cd1e7d Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Wed, 21 Feb 2024 21:23:18 +0100 Subject: [PATCH] readthedocs --- .readthedocs.yaml | 2 +- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3607bc41a..2ca9a9124 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.12" # Optionally declare the Python requirements required to build your docs python: diff --git a/docs/requirements.txt b/docs/requirements.txt index f3486bab4..77e4dcc42 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ sphinx>7.0.0 sphinx_rtd_theme>=1.2 +sphinxcontrib-jquery