Skip to content

Commit 5fac643

Browse files
authored
Merge pull request #26 from OasisLMF/lxml-html_clean
Update requirements.txt
2 parents 885e464 + 9951378 commit 5fac643

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ sphinx
22
sphinx-autobuild
33
sphinxcontrib-httpdomain
44
sphinx-jsonschema
5-
nbsphinx
5+
#nbsphinx
6+
lxml[html_clean]
67
sphinx_rtd_theme
78
recommonmark
89
m2r

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'sphinx.ext.githubpages',
5757
'sphinxcontrib.httpdomain',
5858
'sphinx-jsonschema',
59-
'nbsphinx',
59+
#'nbsphinx',
6060
'sphinx.ext.mathjax',
6161
"sphinxcontrib.youtube",
6262
# 'autoapi.extension',

0 commit comments

Comments
 (0)