Skip to content

Commit 029450c

Browse files
author
Release Manager
committed
gh-36219: configure.ac: disable webencodings,tinycss2 with --disable-notebook The `--disable-notebook` flag disables the bleach and nbconvert packages, and the webencodings and tinycss2 packages are (solely) dependencies of those. We can therefore disable webencodings and tinycss2 whenever `--disable-notebook` is given. URL: #36219 Reported by: Michael Orlitzky Reviewer(s): Matthias Köppe
2 parents 3ea9617 + 76278ef commit 029450c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ AC_ARG_ENABLE([cvxopt],
507507
AC_ARG_ENABLE([notebook],
508508
AS_HELP_STRING([--disable-notebook],
509509
[disable build of the Jupyter notebook and related packages]), [
510-
for pkg in notebook nbconvert beautifulsoup4 sagenb_export nbformat nbclient terminado send2trash prometheus_client mistune pandocfilters bleach defusedxml jsonschema jupyter_jsmol argon2_cffi; do
510+
for pkg in notebook nbconvert beautifulsoup4 sagenb_export nbformat nbclient terminado send2trash prometheus_client mistune pandocfilters bleach defusedxml jsonschema jupyter_jsmol argon2_cffi webencodings tinycss2; do
511511
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
512512
done
513513
])

0 commit comments

Comments
 (0)