From fd9370da399fef95eaee4cb3a32e4d029d0f49d3 Mon Sep 17 00:00:00 2001 From: Tom Monck JR Date: Mon, 22 Oct 2018 14:05:00 -0400 Subject: [PATCH] Add readthedoc.yml file to specify the version of python to run during documentation building. (#17642) --- 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 00000000000..6a06f655513 --- /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