Add readthedocs config file

This commit is contained in:
Miguel Grinberg 2023-06-13 10:45:13 +01:00
parent 288119a116
commit e2ac158fc1
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

@ -29,3 +29,7 @@ install_requires =
[options.packages.find]
where = src
[options.extras_require]
docs =
sphinx