You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx-users
Hi!
I was wondering if somebody could confirm whether using the "sphinx-build -E" option (https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-E) differs from issuing a "make clean" command in terms of deleting the build cache or not. Does the "-E" option mean the same "rm -rf $(BUILDDIR)/*" operation or does it "only" rebuild (rewrite) the environment without actually deleting it?