readthedoc integration

This commit is contained in:
2022-04-18 03:04:16 +03:00
parent c9ee470ee2
commit 6ebbb04504
6 changed files with 55 additions and 12 deletions

20
.readthedocs.yaml Normal file
View File

@ -0,0 +1,20 @@
version: 2
formats: all
build:
os: ubuntu-20.04
tools:
python: "3.9"
sphinx:
builder: html
configuration: docs/source/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs
system_packages: true