docs upload

This commit is contained in:
deesiigneer
2022-07-23 19:33:28 +03:00
parent da86771e3c
commit b00b2b76cd
13 changed files with 319 additions and 0 deletions

19
.readthedocs.yml Normal file
View File

@@ -0,0 +1,19 @@
version: 2
formats: []
build:
image: latest
sphinx:
configuration: docs/conf.py
fail_on_warning: false
builder: html
python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs/requirements.txt