Skip to content

Commit

Permalink
For test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Nov 1, 2024
1 parent 8972317 commit 3166468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ doc-html-other: doc-html-reference
$(MAKE) $(foreach doc, $(wordlist 2, 100, $(DOCS)), doc-html--$(subst /,-,$(doc)))

doc-html: doc-html-reference doc-html-other
SAGE_DOC=$$(sage -python -c "from sage.env import SAGE_DOC; print(SAGE_DOC)")
SAGE_DOC=$$(sage --python -c "from sage.env import SAGE_DOC; print(SAGE_DOC)")
find $${SAGE_DOC} -type d -path "*/jupyter_execute"
find $${SAGE_DOC} -type d -path "*/jupyter_execute" -exec rm -rf {} +
find $${SAGE_DOC} -type d -path "*/jupyter_execute"

# Matches doc-pdf--developer, doc-pdf--reference-manifolds etc.
doc-pdf--%:
Expand Down

0 comments on commit 3166468

Please sign in to comment.