From 094aceff9e0ed0e1e8c0b873b138818a6a606d4d Mon Sep 17 00:00:00 2001 From: expwnent Date: Sat, 26 Sep 2015 20:49:43 -0400 Subject: [PATCH] Sphinx: locate dfhack-icon.ico properly. --- docs/conf.py.in | 2 +- dfhack-icon.ico => docs/images/dfhack-icon.ico | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename dfhack-icon.ico => docs/images/dfhack-icon.ico (100%) 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