chore: readthedocs doesn't build anymore

Pin the python version to solve it.
This commit is contained in:
steve-chavez
2024-02-17 16:17:32 +01:00
committed by Wolfgang Walther
parent 02ec17a990
commit 216ded00c3
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -4,3 +4,7 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt
build:
os: ubuntu-22.04
tools:
python: "3.11"
+2 -1
View File
@@ -2,4 +2,5 @@ docutils==0.16
sphinx>=4.3.0
sphinx-copybutton
sphinx-rtd-theme>=0.5.1
sphinx-tabs
sphinx-tabs
urllib3==2.0.2