Skip to content

Commit 1b05e6d

Browse files
committed
Add ReadTheDocs configuration file
1 parent e474466 commit 1b05e6d

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+
# .readthedocs.yaml
2+
version: 2
3+
4+
# Tell RTD to use MkDocs and point at your config
5+
mkdocs:
6+
configuration: mkdocs.yaml
7+
8+
# (Optional) if you need Python dependencies, e.g. mkdocs-material
9+
python:
10+
install:
11+
- requirements: requirements.txt
12+
13+
# (Optional) target formats
14+
formats:
15+
- htmlzip

0 commit comments

Comments
 (0)