Bug 1643295 - Firefox doc - add a favicon r=championshuttler

Differential Revision: https://phabricator.services.mozilla.com/D78251
This commit is contained in:
Sylvestre Ledru
2020-06-04 12:01:14 +00:00
parent 6fedef9570
commit 7ddef22265

View File

@@ -65,6 +65,7 @@ source_suffix = ['.rst', '.md']
master_doc = 'index' master_doc = 'index'
project = u'Firefox Source Docs' project = u'Firefox Source Docs'
html_logo = u'../browser/branding/nightly/content/firefox-wordmark.svg' html_logo = u'../browser/branding/nightly/content/firefox-wordmark.svg'
html_favicon = u'../browser/branding/nightly/firefox.ico'
exclude_patterns = ['_build', '_staging', '_venv'] exclude_patterns = ['_build', '_staging', '_venv']
pygments_style = 'sphinx' pygments_style = 'sphinx'