Problem: docs are not building anymore

Solution: add wget to the requirements for docs
This commit is contained in:
codegeschrei 2018-06-28 09:35:47 +02:00
parent 67c4ce964a
commit 1f4c99293c

View File

@ -46,6 +46,7 @@ docs_require = [
'sphinxcontrib-httpdomain>=1.5.0', 'sphinxcontrib-httpdomain>=1.5.0',
'sphinxcontrib-napoleon>=0.4.4', 'sphinxcontrib-napoleon>=0.4.4',
'aafigure>=0.6', 'aafigure>=0.6',
'wget'
] ]
tests_require = [ tests_require = [