Fix new html_extra_path option for singlehtml builder.

This commit is contained in:
Georg Brandl 2013-09-16 04:33:02 +02:00
parent 7c7c5af02a
commit 8b85355a22
2 changed files with 1 additions and 1 deletions

View File

@ -974,6 +974,7 @@ class SingleFileHTMLBuilder(StandaloneHTMLBuilder):
self.copy_image_files()
self.copy_download_files()
self.copy_static_files()
self.copy_extra_files()
self.write_buildinfo()
self.dump_inventory()

View File

@ -363,4 +363,3 @@ def test_html_with_globaltoc_and_hidden_toctree(app):
'\n :hidden:'
'\n')
app.builder.build_all()