Skip to content

Commit 371c5e5

Browse files
authoredSep 22, 2023
Merge pull request #4919 from beetbox/rtd-config
Try adding a ReadTheDocs config
2 parents 4d38eee + 52f2eda commit 371c5e5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎.readthedocs.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: doc/conf.py
10+
11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
extra_requirements:
16+
- docs

0 commit comments

Comments
 (0)
Please sign in to comment.