We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f46390 + 7e5b163 commit d47fba6Copy full SHA for d47fba6
_config.yml
@@ -29,6 +29,9 @@ sphinx:
29
config:
30
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
31
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
32
+ linkcheck_request_headers:
33
+ 'https://www.noaa.gov/':
34
+ User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0
35
html_favicon: notebooks/images/icons/favicon.ico
36
html_last_updated_fmt: '%-d %B %Y'
37
html_theme: sphinx_pythia_theme
0 commit comments