Skip to content

Commit e94dd77

Browse files
authored
Create .readthedocs.yml
1 parent a1a1df4 commit e94dd77

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.readthedocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# Required
3+
version: 2
4+
5+
# Set the version of Python and other tools you might need
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.12"
10+
11+
mkdocs:
12+
configuration: mkdocs.yml
13+
14+
# Optionally declare the Python requirements required to build your docs
15+
python:
16+
install:
17+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)