From 6133f9ffa93630f48746630730886ec52cf53e02 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 17 Mar 2022 00:10:33 -0700 Subject: [PATCH] configure.ac (--disable-doc): Disable jupyter_sphinx too --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ce62d986fb6..f399e482f57 100644 --- a/configure.ac +++ b/configure.ac @@ -488,7 +488,7 @@ AC_ARG_ENABLE([doc], AS_HELP_STRING([--disable-doc], [disable build of the Sage documentation and packages depending on it]), [ dnl Disable packages needed for docbuilding - for pkg in sage_docbuild alabaster babel snowballstemmer imagesize sphinx sphinxcontrib_devhelp sphinxcontrib_jsmath sphinxcontrib_serializinghtml sphinxcontrib_applehelp sphinxcontrib_htmlhelp sphinxcontrib_qthelp sphinxcontrib_websupport; do + for pkg in sage_docbuild alabaster babel snowballstemmer imagesize sphinx sphinxcontrib_devhelp sphinxcontrib_jsmath sphinxcontrib_serializinghtml sphinxcontrib_applehelp sphinxcontrib_htmlhelp sphinxcontrib_qthelp sphinxcontrib_websupport jupyter_sphinx; do AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval]) done dnl Disable the docbuild by disabling the install tree for documentation