From 10d56e6b33fd73715d104fb794a3b7b02078dad3 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Wed, 22 Feb 2023 09:03:05 +0100 Subject: [PATCH] . --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e99d7ee..f9e790d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ extensions = [ 'nbsphinx' ] -autodoc_mock_imports = ['numpy','scipy'] +autodoc_mock_imports = ['numpy','scipy','xarray','netCDF4'] napoleon_google_docstring = True napoleon_numpy_docstring = False -- GitLab