Skip to content

Commit b9102a5

Browse files
authored
Merge pull request #9 from tekktrik/doc/config-v2
Update .readthedocs.yml
2 parents 734b0be + 8534ed7 commit b9102a5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.readthedocs.yml

+12-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5+
version: 2
6+
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.11"
11+
12+
sphinx:
13+
configuration: docs/conf.py
14+
515
python:
6-
version: 3
7-
requirements_file: requirements.txt
16+
install:
17+
- requirements: requirements.txt

0 commit comments

Comments
 (0)