From 694bf9f83a7df30e1517e8d26c170b1b595a0fbe Mon Sep 17 00:00:00 2001 From: troymc Date: Fri, 15 Jul 2016 09:20:00 +0200 Subject: [PATCH] Added a readthedocs.yml config file --- readthedocs.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000..3741193b --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,14 @@ +# See http://read-the-docs.readthedocs.io/en/latest/yaml-config.html + +# Build HTML zip, PDF & ePub +formats: + - htmlzip + - epub + - pdf + +requirements_file: docs/requirements.txt + +python: + version: 3 + setup_py_install: false + pip_install: true