Add RtD config

This commit is contained in:
Daniil Fajnberg 2022-04-04 09:55:05 +02:00
parent 0796038dcd
commit cf02206588
Signed by: daniil-berg
GPG Key ID: BE187C50903BEE97
2 changed files with 11 additions and 0 deletions

11
.readthedocs.yaml Normal file
View File

@ -0,0 +1,11 @@
version: 2
build:
os: 'ubuntu-20.04'
tools:
python: '3.9'
python:
install:
- method: pip
path: .
sphinx:
fail_on_warning: true

View File