From 989b358cd15efc92a4f37fbae9c0e25bae65c873 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 24 Oct 2018 19:46:43 +1100 Subject: [PATCH] Install project using pip in ReadTheDocs build --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..73e1f8213 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,2 @@ +python: + pip_install: true