Skip to content

Commit 6afbbbc

Browse files
committed
Add readthedocs configuration
1 parent fc1967f commit 6afbbbc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.readthedocs.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-24.04
8+
tools:
9+
python: '3.12'
10+
11+
# Build documentation with Mkdocs
12+
mkdocs:
13+
configuration: mkdocs.yml
14+
15+
# Source requirements from docs env
16+
python:
17+
install:
18+
- method: pip
19+
path: .
20+
extra_requirements:
21+
- docs

0 commit comments

Comments
 (0)