Skip to content

Commit cee4f5a

Browse files
committed
add readthedocs config
1 parent 6f7cbb1 commit cee4f5a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.readthedocs.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
# .readthedocs.yaml
3+
# Read the Docs configuration file
4+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5+
6+
# Required
7+
version: 2
8+
9+
# Set the version of Python in the build environment.
10+
build:
11+
os: "ubuntu-22.04"
12+
tools:
13+
python: "3.10"
14+
15+
mkdocs:
16+
configuration: "mkdocs.yml"
17+
# fail_on_warning: true
18+
19+
# Use our docs/requirements.txt during installation.
20+
python:
21+
install:
22+
- requirements: "docs/requirements.txt"
23+
- method: "pip"
24+
path: "."

0 commit comments

Comments
 (0)