Skip to content

Commit 51f9100

Browse files
Add readthedocs config file
1 parent e0f0565 commit 51f9100

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
extra_requirements:
16+
- docs

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ py_modules =
3636
microdot_wsgi
3737
microdot_asgi
3838
microdot_asgi_websocket
39+
40+
[options.extras_require]
41+
docs =
42+
sphinx

0 commit comments

Comments
 (0)