diff --git a/docs/conf.py.in b/docs/conf.py.in index cfd348456..48de7b901 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -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 diff --git a/dfhack-icon.ico b/docs/images/dfhack-icon.ico similarity index 100% rename from dfhack-icon.ico rename to docs/images/dfhack-icon.ico