From f9973696f3139231fbe23ac5ff798434ac1e3a96 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 23 Oct 2018 17:39:17 +0200 Subject: [PATCH] Rename readthedocs file (#17718) * Rename file * Add requirements file --- readthedocs.yml => .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename readthedocs.yml => .readthedocs.yml (50%) diff --git a/readthedocs.yml b/.readthedocs.yml similarity index 50% rename from readthedocs.yml rename to .readthedocs.yml index 6a06f655513..923a03f03dd 100644 --- a/readthedocs.yml +++ b/.readthedocs.yml @@ -5,4 +5,6 @@ build: python: version: 3.6 - setup_py_install: true \ No newline at end of file + setup_py_install: true + +requirements_file: requirements_docs.txt