Skip to content

Commit

Permalink
try without extra custom themes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge committed Jul 20, 2024
1 parent 9d6a9fc commit 5938882
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
# "<project> v<release> documentation".
Expand Down

0 comments on commit 5938882

Please sign in to comment.