Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure.ac: disable webencodings,tinycss2 with --disable-notebook #36219

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

orlitzky
Copy link
Contributor

@orlitzky orlitzky commented Sep 8, 2023

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.

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.
@orlitzky
Copy link
Contributor Author

orlitzky commented Sep 8, 2023

Note: tinycss2 is not listed as a dependency of anything at the moment, but nbconvert still requires it. This is already being fixed in #36186.

@github-actions
Copy link

github-actions bot commented Sep 8, 2023

Documentation preview for this PR (built with commit 76278ef; changes) is ready! 🎉

Copy link
Member

@mkoeppe mkoeppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

vbraun pushed a commit to vbraun/sage that referenced this pull request Sep 11, 2023
…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: sagemath#36219
Reported by: Michael Orlitzky
Reviewer(s): Matthias Köppe
vbraun pushed a commit to vbraun/sage that referenced this pull request Sep 14, 2023
…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: sagemath#36219
Reported by: Michael Orlitzky
Reviewer(s): Matthias Köppe
@vbraun vbraun merged commit 029450c into sagemath:develop Sep 16, 2023
16 checks passed
@mkoeppe mkoeppe added this to the sage-10.2 milestone Sep 16, 2023
@orlitzky orlitzky deleted the disable-notebook-deps branch September 22, 2023 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants