Skip to content

Commit

Permalink
reverts some unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Sep 12, 2024
1 parent 58782a8 commit 791a387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
extensions = [
'myst_nb',
'sphinx_copybutton',
# 'sphinx_togglebutton',
'sphinx_togglebutton',
]

templates_path = ['_templates']
Expand All @@ -30,9 +30,9 @@
nb_execution_timeout = -1
# we have two versions of each notebook, one with explanatory text and one without
# (which ends in `-stripped.md`). we don't need to run both of them
nb_execution_excludepatterns = ['*stripped*', 'intro*']
nb_execution_excludepatterns = ['*stripped*']
nb_execution_raise_on_error = True
html_theme = 'pydata_sphinx_theme'
html_theme = 'sphinx_book_theme'
html_static_path = ['_static']
html_css_files = ['custom.css']
html_favicon = '_static/plenoptic.ico'
Expand Down

0 comments on commit 791a387

Please sign in to comment.