Skip to content

Commit 8086160

Browse files
committed
Add MyST-NB for rendering notebooks in the docs
1 parent f487994 commit 8086160

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"scanpydoc",
5454
"IPython.sphinxext.ipython_console_highlighting",
5555
"IPython.sphinxext.ipython_directive",
56+
"myst_nb",
5657
*[p.stem for p in (HERE / "extensions").glob("*.py")],
5758
]
5859

requirements-doc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
myst_nb
12
pydata-sphinx-theme
23
sphinx >= 3.3
34
sphinx_autodoc_typehints

0 commit comments

Comments
 (0)