docs: add readthedocs config

Signed-off-by: perigoso <perigoso@riseup.net>
This commit is contained in:
perigoso 2021-07-26 19:20:26 +01:00
parent 665c9c996a
commit 51c2240efa
1 changed files with 13 additions and 0 deletions

13
.readthedocs.yml Normal file
View File

@ -0,0 +1,13 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.8
install:
- requirements: docs/requirements.txt