Add support for ipynb (#1786)

This commit is contained in:
Chayenne
2024-10-25 20:48:35 -07:00
committed by GitHub
parent 9ce8e1a93c
commit 715b16c140
8 changed files with 505 additions and 3 deletions

View File

@@ -26,6 +26,9 @@ extensions = [
"myst_parser",
"sphinx_copybutton",
"sphinxcontrib.mermaid",
"nbsphinx",
"sphinx.ext.mathjax",
"sphinx.ext.autodoc",
]
autosectionlabel_prefix_document = True
@@ -123,3 +126,5 @@ intersphinx_mapping = {
"numpy": ("https://numpy.org/doc/stable", None),
"torch": ("https://pytorch.org/docs/stable", None),
}
html_theme = "sphinx_book_theme"