Skip to content

Commit

Permalink
add sphinx and myst-nb to _config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnow03 committed Jul 6, 2024
1 parent f19bd67 commit 5140ccb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,29 @@ parse:
- colon_fence
# Extras
- html_image
- amsmath
- deflist
- html_admonition
- replacements
- smartquotes
- tasklist

# Enable the myst_nb extension and sphinx-hoverxref
sphinx:
extra_extensions:
- myst_nb
- sphinx_hoverxref

hoverxref_role_types:
ref: modal
numref: modal
term: tooltip
glossary: tooltip
mod: tooltip
doc: modal

hoverxref_auto_ref: True


# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
Expand Down

0 comments on commit 5140ccb

Please sign in to comment.