From ff13e1177e5ac4a05e8959bc9abcab58086d2e4d Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Mon, 13 Mar 2023 16:37:19 +0100 Subject: [PATCH] . --- docs/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 027b984..9af0283 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,8 +23,6 @@ extensions = [ 'nbsphinx' ] -source_suffix = [".rst", ".md"] - autodoc_mock_imports = ['numpy','scipy','xarray','pandas','netCDF4','osselyze','osselyze.utils'] napoleon_google_docstring = True -- GitLab