Skip to content

Commit fb5c951

Browse files
committed
configure.ac: disable sphinx_basic_ng with --disable-doc
The sphinx_basic_ng package is solely a dependency of furo, which is already disabled with --disable-doc. We should therefore disable sphinx_basic_ng with --disable-doc as well.
1 parent 5b23bf6 commit fb5c951

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
@@ -524,7 +524,7 @@ AC_ARG_ENABLE([doc],
524524
AS_HELP_STRING([--disable-doc],
525525
[disable build of the Sage documentation and packages depending on it]), [
526526
dnl Disable packages needed for docbuilding
527-
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 furo sphinx_copybutton mathjax; do
527+
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 furo sphinx_copybutton mathjax sphinx_basic_ng; do
528528
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
529529
done
530530
AS_VAR_IF([enableval], [no], [dnl Disable the docbuild by disabling the install tree for documentation

0 commit comments

Comments
 (0)