Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _config.yml to add linkcheck_ignore #20

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ parse:

sphinx:
config:
linkcheck_ignore: ["https://www.ncdc.noaa.gov/cdo-web/*"] # don't run link checker on NOAA CDO search link
html_favicon: notebooks/images/icons/favicon.ico
html_last_updated_fmt: "%-d %B %Y"
html_theme: sphinx_pythia_theme
Expand Down
2 changes: 1 addition & 1 deletion notebooks/03-dask-xarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@
"* [Dask Code](https://github.com/dask/dask/)\n",
"* [Dask Blog](https://blog.dask.org/)\n",
"* [Xarray Docs](https://xarray.pydata.org/)\n",
"* [Xarray + Dask docs](https://docs.xarray.dev/en/stable/user-guide/dask.html), particularly the [optimization tips](https://docs.xarray.dev/en/stable/user-guide/dask.html#optimization-tips)\n",
"* [Xarray + Dask docs](https://docs.xarray.dev/en/stable/user-guide/dask.html), particularly the [best practices](https://docs.xarray.dev/en/stable/user-guide/dask.html#best-practices)\n",
"* [Xarray Tutorial material](https://tutorial.xarray.dev/intro.html)\n",
" \n",
"\n",
Expand Down
Loading