Skip to content

Commit f909377

Browse files
authored
core(docs): Fix doc-build failing due to an issue with urllib readthedocs/readthedocs.org#10290
Signed-off-by: Mathieu <80390413+mccoderpy@users.noreply.github.com>
1 parent 8d64c72 commit f909377

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readthedocs.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# File: .readthedocs.yaml
22

3+
34
version: 2
45

6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.10"
10+
11+
512
sphinx:
613
configuration: docs/conf.py
714

815
python:
9-
version: 3.8
1016
install:
1117
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)