Add readthedocs config file

This commit is contained in:
Miguel Grinberg
2023-06-20 12:32:57 +01:00
parent e0f0565551
commit 51f910087a
2 changed files with 20 additions and 0 deletions

16
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,16 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs

View File

@@ -36,3 +36,7 @@ py_modules =
microdot_wsgi
microdot_asgi
microdot_asgi_websocket
[options.extras_require]
docs =
sphinx