From baa60c0748dd8de1ba2673ceb912dd2757a950fd Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Mon, 2 Dec 2024 11:56:35 -0800 Subject: [PATCH] add readthedocs yaml configuration file --- doc/conf.py | 3 ++- doc/index.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 06aaf794..d344dd29 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -117,7 +117,8 @@ 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.mathjax', - 'sphinx_design' + 'sphinx_design', + 'sphinx_material' ] autodoc_default_flags = ['private-members', 'show-inheritance'] diff --git a/doc/index.rst b/doc/index.rst index 4f53bdac..23ab3c7d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -5,7 +5,7 @@ ODE-toolbox .. toctree:: :hidden: - :maxdepth: 2 + :maxdepth: 1 index