Skip to content

Commit 5bcff9f

Browse files
committed
live doc has pdfs
1 parent f86bc15 commit 5bcff9f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/doc-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
export SAGE_LIVE_DOC=yes
207207
export SAGE_JUPYTER_SERVER=binder:sagemath/sage-binder-env/dev
208208
make doc-clean doc-uninstall
209-
./config.status && make sagemath_doc_html-no-deps
209+
./config.status && make doc-html && make doc-pdf
210210
working-directory: ./worktree-image
211211
env:
212212
MAKE: make -j2 --output-sync=recurse

src/doc/Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ doc-pdf-other: doc-pdf-reference
8989

9090
doc-pdf: doc-pdf-reference doc-pdf-other
9191

92-
# website with pdf links
93-
doc-pdf-website: doc-html doc-pdf
94-
sage --docbuild website html $(SAGE_DOCBUILD_OPTS)
95-
9692

9793
.PHONY: all clean \
9894
doc-src \

0 commit comments

Comments
 (0)