Skip to content

Commit 557b09d

Browse files
add initial readthedocs config
1 parent 62b7e3f commit 557b09d

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+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: "3.11"
6+
7+
mkdocs:
8+
configuration: mkdocs.yml
9+
10+
# Optionally declare the Python requirements required to build your docs
11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
extra_requirements: docs

0 commit comments

Comments
 (0)