Skip to content

Commit c4e8564

Browse files
committed
www: add favicon, opensearch
favicon.ico from doc/roundup-favicon.ico
1 parent ce2a183 commit c4e8564

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/www/_static/favicon.ico

1.37 KB
Binary file not shown.

website/www/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
# The name of an image file (within the static path) to use as favicon of the
122122
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
123123
# pixels large.
124-
#html_favicon = None
124+
html_favicon = 'favicon.ico'
125125

126126
# Add any paths that contain custom static files (such as style sheets) here,
127127
# relative to this directory. They are copied after the builtin static files,
@@ -141,8 +141,8 @@
141141
# taken as relative to the configuration directory. They are copied to
142142
# the output directory. They will overwrite any existing file of the
143143
# same name.
144-
# warning about it nt being in TOC tree causes build to fail with -W.
145-
# so install robots.txt via Makefile
144+
# Warns that robots.txt is not in TOC tree. Causes build to fail with
145+
# sphinx-build -W. So install robots.txt via Makefile.
146146
# html_extra_path = ['robots.txt']
147147

148148
# Custom sidebar templates, maps document names to template names.
@@ -171,7 +171,7 @@
171171
# If true, an OpenSearch description file will be output, and all pages will
172172
# contain a <link> tag referring to it. The value of this option must be the
173173
# base URL from which the finished HTML is served.
174-
#html_use_opensearch = ''
174+
html_use_opensearch = 'https://www.roundup-tracker.org'
175175

176176
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
177177
#html_file_suffix = ''

0 commit comments

Comments
 (0)