Skip to content

Commit 200f6c9

Browse files
committed
Add explicit readthedocs configuration
1 parent 96e6845 commit 200f6c9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-20.04
5+
tools:
6+
python: "3.10"
7+
8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
13+
# Build documentation in the docs/ directory with Sphinx
14+
sphinx:
15+
configuration: docs/conf.py

0 commit comments

Comments
 (0)