rtd build configure

This commit is contained in:
Teleport
2023-05-08 22:34:21 +03:00
parent 474c1cc71a
commit 7160db5be8
2 changed files with 16 additions and 1 deletions

15
.readthedocs.yaml Normal file
View File

@@ -0,0 +1,15 @@
version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.7"
sphinx:
fail_on_warning: true
python:
install:
- method: pip
path: .
- requirements: ./docs/source/requirements.txt

View File

@@ -1 +1 @@
furo
furo==2023.3.27