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 eb59935 commit 1bccc51Copy full SHA for 1bccc51
doc/source/conf.py
@@ -63,11 +63,16 @@
63
"sphinx.ext.mathjax",
64
"sphinx.ext.ifconfig",
65
"sphinx.ext.linkcode",
66
- "nbsphinx",
+ # "nbsphinx",
67
"contributors", # custom pandas extension
68
]
69
70
mathjax_path="MathJax.js"
71
+try:
72
+ import nbsphinx
73
+ extensions += ["nbsphinx"]
74
+except:
75
+ pass # survive without
76
77
exclude_patterns = ["**.ipynb_checkpoints"]
78
try:
0 commit comments