From 6dfff3eb46070406901401726300f8a7441fbf58 Mon Sep 17 00:00:00 2001 From: hcwinsemius Date: Fri, 17 Dec 2021 11:46:46 +0100 Subject: [PATCH] added pip sphinx packages #11 --- docs/environment.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/environment.yml b/docs/environment.yml index e81d6c0..6e0d17a 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -10,5 +10,15 @@ dependencies: - cartopy==0.18.0 - jupyter==1.0.0 - pip: + - sphinxcontrib-programoutput + - ipykernel + - nbsphinx + - sphinx-gallery + - pandoc + - matplotlib - git+https://github.com/localdevices/py360convert.git - git+https://github.com/localdevices/ODMax.git + + + +