Skip to content

Commit c5ffa70

Browse files
duboise-cneslecontm
authored andcommitted
fix: readthedocs bug configuration evolution API
1 parent 37931ae commit c5ffa70

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.readthedocs.yml

+11-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33

44
version: 2
55

6-
# Build documentation in the docs/ directory with Sphinx
7-
sphinx:
8-
configuration: docs/source/conf.py
6+
# Set os required and python version (required)
7+
build:
8+
os: "ubuntu-22.04"
9+
tools:
10+
python: "3.10"
911

12+
# add projet [docs] extra url dependencies in sphinx RTD virtualenv
1013
python:
11-
version: 3.7
1214
install:
1315
- method: pip
1416
path: .
1517
extra_requirements:
16-
- docs
18+
- docs
19+
20+
# Build documentation in the docs/ directory with Sphinx
21+
sphinx:
22+
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)