From fd32bf4a5d023e468d2823d58656078f818f8518 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Wed, 23 Jan 2019 17:04:25 -0500 Subject: [PATCH] Fix docs build --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3be62e08d07..233816b6d37 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,4 +3,5 @@ formats: all sphinx: configuration: docs/conf.py python: - requirements: requirements/local-docs-build.txt + install: + - requirements: requirements/local-docs-build.txt