diff --git a/source/_static/favicon.ico b/source/_static/favicon.ico new file mode 100644 index 000000000..a2adea4a8 Binary files /dev/null and b/source/_static/favicon.ico differ diff --git a/source/conf.py b/source/conf.py index dbf1a7b7b..f1b2e0d5d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -63,6 +63,8 @@ pygments_style = 'sphinx' # -- Options for HTML output ------------------------------------------------- +html_favicon="_static/favicon.ico" + # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # @@ -166,4 +168,4 @@ intersphinx_mapping = {'https://docs.python.org/': None} # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = True \ No newline at end of file +todo_include_todos = True