From c7dca601dae800547001fa203d6d19fc96d260ec Mon Sep 17 00:00:00 2001 From: Tom Monck Date: Sat, 20 Oct 2018 16:43:50 -0400 Subject: [PATCH] Add readthedoc.yml file to specify the version of python to run during documentation building. --- readthedocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000000000..6a06f6555134e6 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,8 @@ +# .readthedocs.yml + +build: + image: latest + +python: + version: 3.6 + setup_py_install: true \ No newline at end of file