mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
html builder: add missing "done" output
This commit is contained in:
@@ -620,6 +620,7 @@ class StandaloneHTMLBuilder(Builder):
|
||||
self.warn('html_extra_path entry %r does not exist' % entry)
|
||||
continue
|
||||
copy_static_entry(entry, self.outdir, self)
|
||||
self.info('done')
|
||||
|
||||
def write_buildinfo(self):
|
||||
# write build info file
|
||||
|
||||
Reference in New Issue
Block a user