mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix new html_extra_path option for singlehtml builder.
This commit is contained in:
parent
7c7c5af02a
commit
8b85355a22
@ -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()
|
||||
|
||||
|
@ -363,4 +363,3 @@ def test_html_with_globaltoc_and_hidden_toctree(app):
|
||||
'\n :hidden:'
|
||||
'\n')
|
||||
app.builder.build_all()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user