Skip to content

Commit

Permalink
Merge pull request #20 from ProjectPythia/erogluorhan-patch-1
Browse files Browse the repository at this point in the history
Update _config.yml to add linkcheck_ignore
  • Loading branch information
erogluorhan authored Dec 4, 2024
2 parents f368a97 + 4f07d10 commit 719ed18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 719ed18

Please sign in to comment.