From af4ea71750deba6db634b645716b5ee1f5ad52e9 Mon Sep 17 00:00:00 2001 From: "Christopher K. Long" Date: Mon, 7 Apr 2025 16:22:34 +0100 Subject: [PATCH 1/2] Hidden toctree for user_guide/index.rst --- docs/user_guide/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user_guide/index.rst b/docs/user_guide/index.rst index 1fe1aec..1eb15af 100644 --- a/docs/user_guide/index.rst +++ b/docs/user_guide/index.rst @@ -2,6 +2,7 @@ User Guide ========== .. toctree:: + :hidden: :titlesonly: getting_started From 30ef5d16e652b079b9cfcb901b479484ef3315f9 Mon Sep 17 00:00:00 2001 From: "Christopher K. Long" Date: Mon, 7 Apr 2025 19:15:48 +0100 Subject: [PATCH 2/2] Changed docs theme to Furo --- docs/conf.py | 2 +- docs/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 84e8f56..a28e39c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'alabaster' +html_theme = 'furo' html_static_path = ['_static'] import os diff --git a/docs/requirements.txt b/docs/requirements.txt index 390b301..f36521a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ +furo numpy cloudpickle myst-parser \ No newline at end of file