From 278ff1ddb2946ca802f0dbe3c5295948f60b59b3 Mon Sep 17 00:00:00 2001 From: codegeschrei Date: Thu, 28 Jun 2018 18:08:55 +0200 Subject: [PATCH] Problem: docs are not building anymore (#2360) Solution: add wget to the requirements for docs --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 07f97d1d..5e1f8874 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ docs_require = [ 'sphinxcontrib-httpdomain>=1.5.0', 'sphinxcontrib-napoleon>=0.4.4', 'aafigure>=0.6', + 'wget' ] tests_require = [