Update the .readthedocs.yml file

This commit is contained in:
Oliver Walters 2019-04-27 17:56:03 +10:00
parent cad5b4276c
commit 850e445fc2

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