From 5938882f88c4f341c277bc86a9b8de34eac9f533 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sat, 20 Jul 2024 05:59:26 -0400 Subject: [PATCH] try without extra custom themes --- doc/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index c6a66d4a4..f04be22db 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,9 +25,9 @@ from regolith.main import CONNECTED_COMMANDS, DISCONNECTED_COMMANDS from regolith.schemas import EXEMPLARS, SCHEMAS -autodoc_mock_imports = [ - regolith, -] +#autodoc_mock_imports = [ +# regolith, +#] # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -130,7 +130,7 @@ # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] # html_theme_path = [csp.get_theme_dir()] -html_theme_path = ["_themes", csp.get_theme_dir()] +# html_theme_path = ["_themes", csp.get_theme_dir()] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".