From 216f976fd5cab7a460e5d287e853d11759251e52 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 6 Aug 2020 00:12:50 +0200 Subject: [PATCH] Add a .readthedocs.yml to make sure that it's properly pip installed before the documentation is built --- .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 00000000..1893a4fd --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,2 @@ +python: + pip_install: true