Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Delete empty directories in $SAGE_DOC_SRC
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Mar 30, 2016
1 parent 7f50c6b commit a6c366b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_setup/docbuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ def main():
# Delete empty directories. This is needed in particular for empty
# directories due to "git checkout" which never deletes empty
# directories it leaves behind. See Trac #20010.
delete_empty_directories(SAGE_DOC)
delete_empty_directories(SAGE_DOC_SRC)

# Set up Intersphinx cache
C = IntersphinxCache()
Expand Down

0 comments on commit a6c366b

Please sign in to comment.