File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1- # .readthedocs.yaml
2- # Read the Docs configuration file
3- # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
5- # Required
61version : 2
72
8- # Set the version of Python and other tools you might need
93build :
104 os : ubuntu-22.04
115 tools :
12- python : " 3.8"
6+ python : " 3.11"
7+
8+ python :
9+ install :
10+ - requirements : requirements.txt
11+ - method : pip
12+ path : .
13+ extra_requirements :
14+ - docs
1315
14- # Build documentation in the docs/ directory with Sphinx
1516sphinx :
1617 configuration : docs/conf.py
1718
18- # We recommend specifying your dependencies to enable reproducible builds:
19- # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20- python :
21- install :
22- - requirements : requirements.txt
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ pytest-rerunfailures==12.0
1414pytest-timeout == 2.1.0
1515pytest-xdist == 3.3.1
1616pytest == 7.4.2
17- quart == 0.18.4
17+ quart == 0.19.2
1818reactivex == 4.0.4
1919starlette == 0.31.1
2020cbitstruct == 1.0.9
21- cloudevents == 1.9 .0
21+ cloudevents == 1.10 .0
2222pydantic == 1.10.13
23- Werkzeug == 2.2.3
23+ Werkzeug == 3.0.0
You can’t perform that action at this time.
0 commit comments