From 12e070f6b1cd3ce29835a944278af05d08acb92f Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 2 Jan 2019 18:19:37 +0100 Subject: [PATCH] Tell readthedocs to use Python 3.6 because 3.5.2 is bugged https://github.com/rtfd/readthedocs.org/issues/5051 To be removed once readthedocs images use an updated Python interpreter. --- readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000..9b172987 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,6 @@ +build: + image: latest + +python: + version: 3.6 + setup_py_install: true \ No newline at end of file