readthedocs doesn't build anymore

Pin the python version to solve it.
This commit is contained in:
steve-chavez
2023-05-05 12:04:46 -03:00
committed by Steve Chavez
parent 9a3973be35
commit 2e1dc0738a
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -4,3 +4,7 @@ sphinx:
python:
install:
- requirements: 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