Skip to content

Commit b63e993

Browse files
committed
use YAML content like RTD example
1 parent f8aee25 commit b63e993

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.readthedocs.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.10"
7+
38
python:
4-
version: "3"
59
install:
610
- requirements: docs/requirements.txt
7-
- method: pip
8-
path: .
9-
extra_requirements:
10-
- docs
1111

1212
sphinx:
13-
configuration: docs/conf.py
13+
configuration: docs/conf.py

0 commit comments

Comments
 (0)