Add a configuration file for Read the Docs

This commit is contained in:
Adrián Chaves 2019-11-18 11:06:25 +01:00
parent 6d1667d5b8
commit e1af85619f
1 changed files with 7 additions and 0 deletions

7
.readthedocs.yml Normal file
View File

@ -0,0 +1,7 @@
version: 2
sphinx:
configuration: docs/conf.py
python:
version: 3.8
install:
- requirements: docs/requirements.txt