Sphinx: locate dfhack-icon.ico properly.

develop
expwnent 2015-09-26 20:49:43 -04:00
parent d6821e6d66
commit 094aceff9e
2 changed files with 1 additions and 1 deletions

@ -150,7 +150,7 @@ html_favicon = 'dfhack-icon.ico'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = []
html_static_path = ['../images']
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB