Updated ReadTheDocs config

This commit is contained in:
Vladimir Magamedov 2023-10-02 18:59:16 +03:00
parent c2cfa57924
commit c2dd5fd8ba
2 changed files with 11 additions and 6 deletions

11
.readthedocs.yaml Normal file
View File

@ -0,0 +1,11 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
sphinx:
configuration: docs/conf.py
python:
install:
- path: .
- requirements: requirements/docs.txt

View File

@ -1,6 +0,0 @@
requirements_file: requirements/docs.txt
build:
image: latest
python:
version: 3.7
pip_install: True