Skip to content

Commit

Permalink
Remove jupyter_execute directories after doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Nov 1, 2024
1 parent 1b3f398 commit 89767ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ 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)")
find $${SAGE_DOC} -type d -path "html/*/jupyter_execute" -exec rm -rf {} +

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

0 comments on commit 89767ea

Please sign in to comment.