Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/make/Makefile.in: Undo reintroduction of SAGE_SKIP_PLOT_DIRECTI…
Browse files Browse the repository at this point in the history
…VE, SAGE_DOC_MATHJAX settings
  • Loading branch information
Matthias Koeppe committed Nov 9, 2021
1 parent 7989d87 commit d64fb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/make/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -336,12 +336,12 @@ doc-html: sagemath_doc_html
# megabytes of disk space. 'doc-clean' is a prerequisite because the
# presence of graphics is cached in src/doc/output.
doc-html-no-plot: doc-clean
+$(MAKE_REC) SAGE_SKIP_PLOT_DIRECTIVE=yes doc-html
+$(MAKE_REC) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) --no-plot" doc-html

# Using mathjax is actually the default, but this target can be used
# to override an environment setting of SAGE_DOC_MATHJAX=no
doc-html-mathjax:
+$(MAKE_REC) SAGE_DOC_MATHJAX=yes doc-html
+$(MAKE_REC) SAGE_DOCBUILD_OPTS="$(SAGE_DOCBUILD_OPTS) -j" SAGE_DOC_MATHJAX=yes doc-html

# Keep target 'doc-html-jsmath' for backwards compatibility.
doc-html-jsmath: doc-html-mathjax
Expand Down

0 comments on commit d64fb76

Please sign in to comment.