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