From fb089fa3bbda669f9a04c203640ee07eda6be4f1 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Mon, 13 Mar 2023 18:21:15 +0100 Subject: [PATCH] undo changes to docs --- docs/source/dartwrf.rst | 1 + docs/source/index.rst | 5 ----- requirements.txt | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/source/dartwrf.rst b/docs/source/dartwrf.rst index 996f7fd..c01ca5f 100644 --- a/docs/source/dartwrf.rst +++ b/docs/source/dartwrf.rst @@ -7,6 +7,7 @@ Subpackages .. toctree:: :maxdepth: 4 + dartwrf.config dartwrf.obs Submodules diff --git a/docs/source/index.rst b/docs/source/index.rst index 9615562..c08bb09 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -35,11 +35,6 @@ Other helpful resources tutorial2 tutorial3 - :caption: Tutorials: - - api - modules - API === diff --git a/requirements.txt b/requirements.txt index 1b70a24..86afc0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -sphinx>=6.1 pysolar==1.10.0 docopt nbsphinx>=0.8.6 -- GitLab