Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6778:ed2359dda3b9 | 6779:d669f96dc580 |
|---|---|
| 119 #html_logo = None | 119 #html_logo = None |
| 120 | 120 |
| 121 # The name of an image file (within the static path) to use as favicon of the | 121 # The name of an image file (within the static path) to use as favicon of the |
| 122 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 | 122 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
| 123 # pixels large. | 123 # pixels large. |
| 124 #html_favicon = None | 124 html_favicon = 'favicon.ico' |
| 125 | 125 |
| 126 # Add any paths that contain custom static files (such as style sheets) here, | 126 # Add any paths that contain custom static files (such as style sheets) here, |
| 127 # relative to this directory. They are copied after the builtin static files, | 127 # relative to this directory. They are copied after the builtin static files, |
| 128 # so a file named "default.css" will overwrite the builtin "default.css". | 128 # so a file named "default.css" will overwrite the builtin "default.css". |
| 129 html_static_path = ['_static'] | 129 html_static_path = ['_static'] |
| 139 # A list of paths that contain extra files not directly related to the | 139 # A list of paths that contain extra files not directly related to the |
| 140 # documentation, such as robots.txt or .htaccess. Relative paths are | 140 # documentation, such as robots.txt or .htaccess. Relative paths are |
| 141 # taken as relative to the configuration directory. They are copied to | 141 # taken as relative to the configuration directory. They are copied to |
| 142 # the output directory. They will overwrite any existing file of the | 142 # the output directory. They will overwrite any existing file of the |
| 143 # same name. | 143 # same name. |
| 144 # warning about it nt being in TOC tree causes build to fail with -W. | 144 # Warns that robots.txt is not in TOC tree. Causes build to fail with |
| 145 # so install robots.txt via Makefile | 145 # sphinx-build -W. So install robots.txt via Makefile. |
| 146 # html_extra_path = ['robots.txt'] | 146 # html_extra_path = ['robots.txt'] |
| 147 | 147 |
| 148 # Custom sidebar templates, maps document names to template names. | 148 # Custom sidebar templates, maps document names to template names. |
| 149 #html_sidebars = {} | 149 #html_sidebars = {} |
| 150 | 150 |
| 169 #html_copy_source = True | 169 #html_copy_source = True |
| 170 | 170 |
| 171 # If true, an OpenSearch description file will be output, and all pages will | 171 # If true, an OpenSearch description file will be output, and all pages will |
| 172 # contain a <link> tag referring to it. The value of this option must be the | 172 # contain a <link> tag referring to it. The value of this option must be the |
| 173 # base URL from which the finished HTML is served. | 173 # base URL from which the finished HTML is served. |
| 174 #html_use_opensearch = '' | 174 html_use_opensearch = 'https://www.roundup-tracker.org' |
| 175 | 175 |
| 176 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). | 176 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). |
| 177 #html_file_suffix = '' | 177 #html_file_suffix = '' |
| 178 | 178 |
| 179 # Output file base name for HTML help builder. | 179 # Output file base name for HTML help builder. |
