diff --git a/source/_static/favicon.png b/source/_static/favicon.png new file mode 100644 index 0000000..58d8de2 Binary files /dev/null and b/source/_static/favicon.png differ diff --git a/source/book.svg b/source/book.svg new file mode 100644 index 0000000..262671e --- /dev/null +++ b/source/book.svg @@ -0,0 +1,61 @@ + + + + diff --git a/source/conf.py b/source/conf.py index 014cf42..1c2a3d6 100644 --- a/source/conf.py +++ b/source/conf.py @@ -16,6 +16,7 @@ source_suffix = ['.rst'] # HTML options html_logo = '_static/ss14-logo.png' +html_favicon = '_static/favicon.png' html_theme = 'sphinx_rtd_theme' html_theme_options = { 'collapse_navigation': False,