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.
2 parents 885e464 + 9951378 commit 5fac643Copy full SHA for 5fac643
requirements.txt
@@ -2,7 +2,8 @@ sphinx
2
sphinx-autobuild
3
sphinxcontrib-httpdomain
4
sphinx-jsonschema
5
-nbsphinx
+#nbsphinx
6
+lxml[html_clean]
7
sphinx_rtd_theme
8
recommonmark
9
m2r
src/conf.py
@@ -56,7 +56,7 @@
56
'sphinx.ext.githubpages',
57
'sphinxcontrib.httpdomain',
58
'sphinx-jsonschema',
59
- 'nbsphinx',
+ #'nbsphinx',
60
'sphinx.ext.mathjax',
61
"sphinxcontrib.youtube",
62
# 'autoapi.extension',
0 commit comments