Skip to content

Commit

Permalink
use myst-nb instead of nbsphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
DocOtak committed Dec 14, 2024
1 parent 3dd6bb1 commit ad3a292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinx_design",
"autoapi.extension",
"nbsphinx",
"myst_nb",
]

myst_enable_extensions = ["colon_fence"]
jupyter_execute_notebooks = "off"

autoapi_dirs = ["../cchdo", "../cchdo/hydro"]
autoapi_python_use_implicit_namespaces = True
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ docs = [
"furo",
"sphinx-design",
"sphinx-autoapi",
"nbsphinx",
"myst-parser",
"myst-nb",
]
cli = [
"cchdo.hydro[netcdf]",
Expand Down

0 comments on commit ad3a292

Please sign in to comment.