Skip to content

Commit

Permalink
Add stackoverflow.com/help/* links to linkcheck_ignore (#559)
Browse files Browse the repository at this point in the history
* add stackoverflow.com/help/* links to linkcheck_ignore

* add to release notes
  • Loading branch information
anissa111 committed Feb 21, 2024
1 parent 8266a4f commit 94de20a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ def update_gallery(app: Sphinx):
# generate warning for all invalid links
# nitpicky = True

# add links to ignore during link checking
linkcheck_ignore = [r'https://stackoverflow.com/help/*']


# Allow for changes to be made to the css in the theme_overrides file
def setup(app):
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Internal Changes
* Update hourly frequency aliases by `Katelyn FitzGerald`_ in (:pr:`550`)
* Python 3.12 Support by `Cora Schneck`_ in (:pr:`548`)
* Temporarily pin ASV to ``<0.6.2`` by `Anissa Zacharias`_ in (:pr:`556`)
* Added ``linkcheck_ignore`` to ``docs/conf.py`` to address erroneous failures `Anissa Zacharias`_ in (:pr:`559`)


v2024.01.0 (January 30, 2023)
Expand Down

0 comments on commit 94de20a

Please sign in to comment.