Skip to content

Commit

Permalink
Merge branch 'main' into eof_windows_463
Browse files Browse the repository at this point in the history
  • Loading branch information
anissa111 authored Nov 20, 2023
2 parents 8d60cf6 + 4052694 commit 7ee6666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def __getattr__(cls, name):
}
# allows us to easily link PRs and issues in the change log
extlinks = {
"issue": ("https://github.com/NCAR/geocat-comp/issues/%s", "GH"),
"pr": ("https://github.com/NCAR/geocat-comp/pull/%s", "PR"),
"issue": ("https://github.com/NCAR/geocat-comp/issues/%s", "GH%s"),
"pr": ("https://github.com/NCAR/geocat-comp/pull/%s", "PR%s"),
}

# napoleon settings
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Bug Fixes
^^^^^^^^^
* Unpin xarray in enviroment builds with changes to interpolation.py (specify dims in xr.DataArray) and climatologies.py (replace loffset with to_offset) by `Cora Schneck`_ in (:pr:`492`)
* Fixes for Windows tests when EOF throws different signs by `Cora Schneck`_ in (:pr:`516`)
* Fix `extlinks` for Sphinx 6 compatibility by `Anissa Zacharias`_ in (:pr:`520`)

Maintenance
^^^^^^^^^^^
Expand Down

0 comments on commit 7ee6666

Please sign in to comment.