From 60d24c5bcf81765a8832598fb42ea0ab522e2afd Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 16 Oct 2018 18:48:20 -0400 Subject: [PATCH] add readthedocs.yml doc build settings file --- .readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..365c56a22 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,9 @@ + +build: + image: latest + +python: + version: 3.6 + pip_install: true + extra_requirements: + - docs