Skip to content

Commit

Permalink
Fix extlinks formatting (#520)
Browse files Browse the repository at this point in the history
* fix extlinks formatting

* add to release notes
  • Loading branch information
anissa111 authored Nov 20, 2023
1 parent 979e303 commit 4052694
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 @@ -18,6 +18,7 @@ Internal Changes
Bug Fixes
^^^^^^^^^
* Unpin xarray in environment 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`)
* Fix `extlinks` for Sphinx 6 compatibility by `Anissa Zacharias`_ in (:pr:`520`)

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

0 comments on commit 4052694

Please sign in to comment.