Skip to content

Commit 4bd9795

Browse files
authored
Merge pull request #314 from php-http/fix-readthedocs
adjust to readthedocs new config requirements
2 parents 08f9401 + 68bc4f9 commit 4bd9795

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
38
sphinx:
49
configuration: conf.py
510

@@ -8,6 +13,5 @@ formats:
813
- pdf
914

1015
python:
11-
version: "3.7"
1216
install:
1317
- requirements: requirements.txt

0 commit comments

Comments
 (0)