Skip to content

Commit ad59267

Browse files
committed
Add .readthedoc.yml file
1 parent 98fbbb7 commit ad59267

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.readthedocs.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
mkdocs:
4+
configuration: mkdocs.yml
5+
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.8"
10+
11+
python:
12+
install:
13+
- requirements: doc/requirements.txt
14+

doc/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mkdocs==1.2.3
2+
Markdown==3.3.4
3+
jinja2==3.0.0

0 commit comments

Comments
 (0)