doc: dev: Add favicon to developer documentation site

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2019-11-09 23:22:42 +05:30 committed by Sunil Mohan Adapa
parent 8225de973c
commit 010b9cfde4
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 2 additions and 0 deletions

BIN
doc/dev/_static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -207,3 +207,5 @@ todo_include_todos = True
autodoc_default_options = {
'special-members': '__init__',
}
html_favicon = './_static/favicon.ico'