From 49c53184478b781d952f1108a5f3148dd504a1c6 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Wed, 17 Jan 2024 11:46:18 +0100
Subject: [PATCH] docs

---
 docs/source/conf.py     | 1 +
 docs/source/dartwrf.rst | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index cc478dd..4a482c9 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -23,6 +23,7 @@ extensions = [
     'sphinx.ext.intersphinx',
     'sphinx.ext.napoleon',
     'nbsphinx',
+    'sphinx_rtd_theme',
 ]
 
 autodoc_mock_imports = ['numpy','scipy','xarray','pandas','netCDF4','osselyze','osselyze.utils']
diff --git a/docs/source/dartwrf.rst b/docs/source/dartwrf.rst
index 9d0143c..b69fef0 100644
--- a/docs/source/dartwrf.rst
+++ b/docs/source/dartwrf.rst
@@ -12,10 +12,10 @@ Subpackages
 Submodules
 ----------
 
-dartwrf.assim\_synth\_obs module
+dartwrf.assimilate module
 --------------------------------
 
-.. automodule:: dartwrf.assim_synth_obs
+.. automodule:: dartwrf.assimilate
    :members:
    :undoc-members:
    :show-inheritance:
-- 
GitLab