From bab740bb5777fb84153d79da82f9f47b1f76fdff Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Thu, 20 Aug 2020 14:51:12 +0100 Subject: [PATCH] Fix Read the Docs build The python version is to try to make sure it uses at least 3.5 as that is what the setup.py file says should work. We also try to get it to install the packages as required in the setup.py file. I am very out of date with Python packaging though. --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..970713b3 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,7 @@ +version: 2 + +python: + version: 3.5 + install: + - method: pip + path: .