From 4a73eb08b6f92d38bdd95deee05901f45d131bf1 Mon Sep 17 00:00:00 2001 From: Rafael M Mudafort Date: Wed, 6 Mar 2024 20:49:27 -0600 Subject: [PATCH] Remove napoleon and sphinx_book_theme config --- docs/_config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 5da1b13a4..9a3c991d0 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -44,10 +44,8 @@ sphinx: - 'sphinx.ext.viewcode' - 'sphinx_autodoc_typehints' - 'sphinxcontrib.autoyaml' - - 'sphinx.ext.napoleon' # Formats google and numpy docstring styles - 'sphinxcontrib.mermaid' config: - html_theme: sphinx_book_theme language: 'python' nb_execution_show_tb: true # Shows the stack trace in stdout; its suppressed otherwise. nb_execution_raise_on_error: true # Stops the Sphinx build if there is an error in a notebook. See https://github.com/executablebooks/jupyter-book/issues/2011