readthedocs doesn't build anymore
Pin the python version to solve it.
This commit is contained in:
committed by
Steve Chavez
parent
9a3973be35
commit
2e1dc0738a
@@ -4,3 +4,7 @@ sphinx:
|
|||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: requirements.txt
|
- requirements: requirements.txt
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
|||||||
+2
-1
@@ -2,4 +2,5 @@ docutils==0.16
|
|||||||
sphinx>=4.3.0
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user