Skip to content

Commit 8fc2a44

Browse files
Create .readthedocs.yaml
1 parent 5a9f7f9 commit 8fc2a44

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.readthedocs.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
formats:
9+
- pdf
10+
- epub
11+
12+
# Build documentation with MkDocs
13+
mkdocs:
14+
configuration: mkdocs.yml
15+
16+
# Set the version of Python and other tools you might need
17+
build:
18+
os: ubuntu-22.04
19+
tools:
20+
python: "3.6"
21+
22+
python:
23+
version: 3.6
24+
install:
25+
- method: pip
26+
path: .

0 commit comments

Comments
 (0)