Add readthedocs config file to use pip for installation

This commit is contained in:
Bruno Oliveira 2020-08-01 14:21:36 -03:00
parent d5a49100cf
commit d1fa749b83
1 changed files with 12 additions and 0 deletions

12
.readthedocs.yml Normal file
View File

@ -0,0 +1,12 @@
version: 2
python:
version: 3.7
install:
- requirements: doc/en/requirements.txt
- method: pip
path: .
formats:
- epub
- pdf