Merge pull request #172 from SchrodingersGat/rtd

Update the .readthedocs.yml file
This commit is contained in:
Oliver 2019-04-27 17:57:49 +10:00 committed by GitHub
commit 87c4a9b1e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,14 @@
version: 2
# Location of sphinx configuration settings
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.5
install:
- requirements: docs/requirements.txt
- method: pip
- requirements: docs/requirements.txt