From 821b13066ea8695f68ea30d818917e7c43181398 Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Thu, 5 Apr 2018 13:40:04 -0600 Subject: [PATCH] Add readthedocs.yml for per-tag/branch configuration --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..0e49a6aa --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,5 @@ +build: + image: latest +python: + version: 3.6 +requirements_file: docs/requirements.txt