From 1f4c99293c5bfe41bc1224f408ad6a9cb1d79d5c Mon Sep 17 00:00:00 2001 From: codegeschrei Date: Thu, 28 Jun 2018 09:35:47 +0200 Subject: [PATCH] Problem: docs are not building anymore 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 = [