Skip to content

Commit

Permalink
live doc has pdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Nov 12, 2023
1 parent f86bc15 commit 5bcff9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
export SAGE_LIVE_DOC=yes
export SAGE_JUPYTER_SERVER=binder:sagemath/sage-binder-env/dev
make doc-clean doc-uninstall
./config.status && make sagemath_doc_html-no-deps
./config.status && make doc-html && make doc-pdf
working-directory: ./worktree-image
env:
MAKE: make -j2 --output-sync=recurse
Expand Down
4 changes: 0 additions & 4 deletions src/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ doc-pdf-other: doc-pdf-reference

doc-pdf: doc-pdf-reference doc-pdf-other

# website with pdf links
doc-pdf-website: doc-html doc-pdf
sage --docbuild website html $(SAGE_DOCBUILD_OPTS)


.PHONY: all clean \
doc-src \
Expand Down

0 comments on commit 5bcff9f

Please sign in to comment.