File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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,
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.
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 = ''
You can’t perform that action at this time.
0 commit comments