Skip to content

Commit 1bb4ac4

Browse files
Merge pull request #894 from RonnyPfannschmidt/readthedocs
add initial readthedocs config
2 parents 62b7e3f + 557b09d commit 1bb4ac4

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)