We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f487994 commit 8086160Copy full SHA for 8086160
docs/conf.py
@@ -53,6 +53,7 @@
53
"scanpydoc",
54
"IPython.sphinxext.ipython_console_highlighting",
55
"IPython.sphinxext.ipython_directive",
56
+ "myst_nb",
57
*[p.stem for p in (HERE / "extensions").glob("*.py")],
58
]
59
requirements-doc.txt
@@ -1,3 +1,4 @@
1
+myst_nb
2
pydata-sphinx-theme
3
sphinx >= 3.3
4
sphinx_autodoc_typehints
0 commit comments