Skip to content

Commit add281a

Browse files
authored
Migrate to readthedocs configuration file v2¶ (#4789)
* Copy of recommded readthedocs configuration file v2 * [ci skip] It is now requirements (not requirements_file)
1 parent 9039e6a commit add281a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.readthedocs.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# https://blog.readthedocs.com/migrate-configuration-v2/
2+
3+
version: 2
4+
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.11"
9+
10+
sphinx:
11+
configuration: docs/conf.py
12+
113
python:
2-
version: 3
3-
requirements_file: docs/requirements.txt
14+
install:
15+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)