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 ce243f2 commit 4d4e3d9Copy full SHA for 4d4e3d9
docs/conf.py
@@ -38,6 +38,7 @@
38
"sphinx.ext.napoleon",
39
"sphinx.ext.viewcode",
40
"nbsphinx",
41
+ "IPython.sphinxext.ipython_console_highlighting",
42
]
43
44
autodoc_mock_imports = [
docs/requirements.txt
@@ -1,3 +1,4 @@
1
+ipython
2
nbsphinx
3
packaging
4
pydot>=1.2.3
0 commit comments