Skip to content

Commit

Permalink
Fix to extlinks for compatibility with Sphinx 6 (NCAR#180)
Browse files Browse the repository at this point in the history
* fix extlinks in conf.py

* update release-notes.rst
  • Loading branch information
kafitzgerald authored Nov 21, 2023
1 parent 7d9926c commit 21a18e5
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 @@ -82,8 +82,8 @@ def __getattr__(cls, name):
}
# allows us to easily link PRs and issues in the change log
extlinks = {
"issue": ("https://github.com/NCAR/geocat-viz/issues/%s", "GH"),
"pr": ("https://github.com/NCAR/geocat-viz/pull/%s", "PR"),
"issue": ("https://github.com/NCAR/geocat-viz/issues/%s", "GH%s"),
"pr": ("https://github.com/NCAR/geocat-viz/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 @@ -16,6 +16,7 @@ Documentation
Bug Fixes
^^^^^^^^^
* Remove matplotlib version pin by `Katelyn FitzGerald`_ in (:pr:`177`)
* Fix `extlinks` for compatibility with Sphinx 6 by `Katelyn FitzGerald`_ in (:pr:`180`)

v2023.10.0 (October 3, 2023)
----------------------------
Expand Down

0 comments on commit 21a18e5

Please sign in to comment.