mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix config value name.
This commit is contained in:
parent
2a435e9fb4
commit
7e47fec07b
@ -449,7 +449,7 @@ class StandaloneHTMLBuilder(Builder):
|
||||
self.info(bold('copying static files...'))
|
||||
ensuredir(path.join(self.outdir, 'static'))
|
||||
staticdirnames = path.join(path.dirname(__file__), 'static') + \
|
||||
self.config.static_path
|
||||
self.config.html_static_path
|
||||
for staticdirname in staticdirnames:
|
||||
for filename in os.listdir(staticdirname):
|
||||
if not filename.startswith('.'):
|
||||
|
Loading…
Reference in New Issue
Block a user