From e9a9e74690050b6a61050a35a160dac50c953165 Mon Sep 17 00:00:00 2001
From: caron <j.caron@fz-juelich.de>
Date: Wed, 11 Mar 2020 14:18:08 +0100
Subject: [PATCH] Updated sphinx to remove DeprecationWarnings!

---
 environment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/environment.yml b/environment.yml
index 3ce80b6..7252c57 100644
--- a/environment.yml
+++ b/environment.yml
@@ -38,7 +38,7 @@ dependencies:
   #- pytest-mpl=0.10  # Needed for testing hyperspy! # TODO: Use for pyramid/plotting library, too!
   - coverage=4.5
   # Documentation:
-  - sphinx=2.1
+  - sphinx=2.4
   - numpydoc=0.9
   - sphinx_rtd_theme=0.4  # TODO: not needed?
   # IPython and notebooks:
-- 
GitLab