Skip to content

Commit

Permalink
ignore changelog URLs; fixes #2438
Browse files Browse the repository at this point in the history
  • Loading branch information
natestemen committed Aug 6, 2024
1 parent fc0a282 commit c3d514d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version 0.39.0

<!-- ([Full Changelog](https://github.com/unitaryfund/mitiq/compare/v0.38.0...v0.39.0)) -->
([Full Changelog](https://github.com/unitaryfund/mitiq/compare/v0.38.0...v0.39.0))

### Highlights

Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def setup(app):
r"https://doi\.org/.*",
r"https://link\.aps\.org/doi/.*",
r"https://www\.sciencedirect\.com/science/article/.*",
r"https://github.com/unitaryfund/mitiq/compare/.*",
]

linkcheck_retries = 3
Expand Down

0 comments on commit c3d514d

Please sign in to comment.