From a9f285968169c3da557b1895960ff49032cab229 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Mon, 25 Feb 2019 18:17:01 +0000 Subject: [PATCH] Install 'all' for docs --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7a78dd3d5530..cb11aed01814 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,6 @@ commands = pytest --pyargs astropy [testenv:build_docs] -extras = docs +extras = docs,all commands = sphinx-build docs docs/_build/html -W -b html