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: python:
install: install:
- requirements: requirements.txt - requirements: requirements.txt
build:
os: ubuntu-22.04
tools:
python: "3.11"
+1
View File
@@ -3,3 +3,4 @@ sphinx>=4.3.0
sphinx-copybutton sphinx-copybutton
sphinx-rtd-theme>=0.5.1 sphinx-rtd-theme>=0.5.1
sphinx-tabs sphinx-tabs
urllib3==2.0.2