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