From 8eb1bdde4b3b96af237188e5196b92f5b307140b Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 21 Oct 2017 17:17:42 +0100 Subject: [PATCH] Add send2trash to requirements for building docs --- docs/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/environment.yml b/docs/environment.yml index 1965ab5e5..f1dde1846 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -10,3 +10,4 @@ dependencies: - pip: - sphinx<1.4 - nbsphinx + - Send2Trash