docs: add .readthedocs.yml to set Python version and requirements.txt

main
Matthias Schiffer 2021-06-26 20:38:44 +02:00
parent 69ba8e3cfe
commit 028c1de03a
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 16 additions and 0 deletions

16
.readthedocs.yml Normal file
View File

@ -0,0 +1,16 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt