Add a RTD config file

pull/289/head
David Fischer 2019-05-14 09:59:19 -07:00
rodzic f340b761aa
commit 80614feb97
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F0C9B0ADA737AB60
1 zmienionych plików z 21 dodań i 0 usunięć

21
.readthedocs.yml 100644
Wyświetl plik

@ -0,0 +1,21 @@
# .readthedocs.yml
# 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 build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements_docs.txt
- method: pip
path: .