From a023a26cada4005fd57e5da9d9c132650594c594 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 4 Nov 2013 15:33:20 -0500 Subject: Help: Configure html favicon --- Utilities/Sphinx/conf.py.in | 1 + Utilities/Sphinx/static/cmake-favicon.ico | Bin 0 -> 1150 bytes 2 files changed, 1 insertion(+) create mode 100644 Utilities/Sphinx/static/cmake-favicon.ico diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in index e8f5d8a..52f4a31 100644 --- a/Utilities/Sphinx/conf.py.in +++ b/Utilities/Sphinx/conf.py.in @@ -61,3 +61,4 @@ html_style = 'cmake.css' html_theme = 'default' html_title = 'CMake %s Documentation' % release html_short_title = '%s Documentation' % release +html_favicon = 'cmake-favicon.ico' diff --git a/Utilities/Sphinx/static/cmake-favicon.ico b/Utilities/Sphinx/static/cmake-favicon.ico new file mode 100644 index 0000000..fce8f92 Binary files /dev/null and b/Utilities/Sphinx/static/cmake-favicon.ico differ -- cgit v0.12