We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86bc15 commit 5bcff9fCopy full SHA for 5bcff9f
.github/workflows/doc-build.yml
@@ -206,7 +206,7 @@ jobs:
206
export SAGE_LIVE_DOC=yes
207
export SAGE_JUPYTER_SERVER=binder:sagemath/sage-binder-env/dev
208
make doc-clean doc-uninstall
209
- ./config.status && make sagemath_doc_html-no-deps
+ ./config.status && make doc-html && make doc-pdf
210
working-directory: ./worktree-image
211
env:
212
MAKE: make -j2 --output-sync=recurse
src/doc/Makefile
@@ -89,10 +89,6 @@ doc-pdf-other: doc-pdf-reference
89
90
doc-pdf: doc-pdf-reference doc-pdf-other
91
92
-# website with pdf links
93
-doc-pdf-website: doc-html doc-pdf
94
- sage --docbuild website html $(SAGE_DOCBUILD_OPTS)
95
-
96
97
.PHONY: all clean \
98
doc-src \
0 commit comments