From 70d9f40fab87f9924e4349b944004268177d585e Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Wed, 22 Feb 2023 08:58:14 +0100
Subject: [PATCH] .

---
 docs/source/conf.py   | 4 +++-
 docs/source/index.rst | 5 ++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 72d77d9..ea51f24 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -8,7 +8,7 @@ sys.path.insert(0, os.path.abspath('../../'))
 project = 'DART-WRF'
 copyright = '2023, Lukas Kugler'
 author = 'Lukas Kugler'
-release = '2023.2.17'
+release = '2023.2.21'
 
 # -- General configuration
 
@@ -22,6 +22,8 @@ extensions = [
     'nbsphinx'
 ]
 
+autodoc_mock_imports = ['numpy',]
+
 napoleon_google_docstring = True
 napoleon_numpy_docstring = False
 
diff --git a/docs/source/index.rst b/docs/source/index.rst
index bc8482c..721fd3e 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -20,13 +20,12 @@ At the command line:
 .. toctree::
    :maxdepth: 2
    self
+.. toctree::
+   :maxdepth: 2
    :caption: Tutorials:
    tutorial1
    tutorial2
    tutorial3
-.. automodule:: dartwrf.assim_synth_obs
-    :members:
-    :exclude-members:
 
 
 API
-- 
GitLab