From ab78613c13a5e44fd63219a4b801d073a941b0f9 Mon Sep 17 00:00:00 2001 From: Will Tekulve Date: Tue, 20 Mar 2018 21:19:09 -0400 Subject: [PATCH] Force RTD to pip install rather than use setup.py install --- .readthedocs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..ba93240f1 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,11 @@ +formats: + - pdf + +build: + image: latest + +python: + version: 3.6 + pip_install: true + extra_requirements: + - docs