Skip to content

Commit e67a28c

Browse files
committed
add sphinx-togglebutton for a collapsible admonition + other updates to multicell geolift notebook
1 parent 1a5f9bd commit e67a28c

File tree

3 files changed

+30
-26
lines changed

3 files changed

+30
-26
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"notfound.extension",
6363
"sphinx_copybutton",
6464
"sphinx_design",
65+
"sphinx_togglebutton",
6566
]
6667

6768
nb_execution_mode = "off"

docs/source/notebooks/multi_cell_geolift.ipynb

Lines changed: 28 additions & 26 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ docs = [
6868
"sphinx-notfound-page",
6969
"ipywidgets",
7070
"sphinx-design",
71+
"sphinx-togglebutton",
7172
]
7273
lint = ["interrogate", "pre-commit", "ruff"]
7374
test = ["pytest", "pytest-cov", "codespell", "nbformat", "nbconvert"]

0 commit comments

Comments
 (0)