diff --git a/conf.py b/conf.py index ebe4508..e3e01bf 100644 --- a/conf.py +++ b/conf.py @@ -57,6 +57,8 @@ html_theme = 'sphinx_rtd_theme' # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_favicon = 'favicon.ico' + html_css_files = [ 'css/86box.css', ] diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..5c78367 Binary files /dev/null and b/favicon.ico differ