From 4da3a086194da37ab261762e1c816e22ee64e6bb Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 19 Oct 2018 21:44:39 -0400 Subject: [PATCH] [.readthedocs.yml] install all optional dependencies for RTD builds --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 365c56a22..033537b83 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,4 +6,4 @@ python: version: 3.6 pip_install: true extra_requirements: - - docs + - all