diff website/www/conf.py @ 6779:d669f96dc580

www: add favicon, opensearch favicon.ico from doc/roundup-favicon.ico
author John Rouillard <rouilj@ieee.org>
date Tue, 12 Jul 2022 21:23:09 -0400
parents 339805c4a85b
children 8291903b825a
line wrap: on
line diff
--- a/website/www/conf.py	Tue Jul 12 21:04:02 2022 -0400
+++ b/website/www/conf.py	Tue Jul 12 21:23:09 2022 -0400
@@ -121,7 +121,7 @@
 # The name of an image file (within the static path) to use as favicon of the
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
 # pixels large.
-#html_favicon = None
+html_favicon = 'favicon.ico'
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
@@ -141,8 +141,8 @@
 # taken as relative to the configuration directory. They are copied to
 # the output directory. They will overwrite any existing file of the
 # same name.
-# warning about it nt being in TOC tree causes build to fail with -W.
-# so install robots.txt via Makefile
+# Warns that robots.txt is not in TOC tree. Causes build to fail with
+# sphinx-build -W. So install robots.txt via Makefile.
 # html_extra_path = ['robots.txt']
 
 # Custom sidebar templates, maps document names to template names.
@@ -171,7 +171,7 @@
 # If true, an OpenSearch description file will be output, and all pages will
 # contain a <link> tag referring to it.  The value of this option must be the
 # base URL from which the finished HTML is served.
-#html_use_opensearch = ''
+html_use_opensearch = 'https://www.roundup-tracker.org'
 
 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
 #html_file_suffix = ''

Roundup Issue Tracker: http://roundup-tracker.org/