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.
1 parent ea9cf48 commit 8acfcbcCopy full SHA for 8acfcbc
_config.yml
@@ -29,6 +29,9 @@ sphinx:
29
config:
30
linkcheck_ignore: ["https://doi.org/*", "https://zenodo.org/badge/*"] # 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://*.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