From c3d514d24828ba7912c682573af5c06472ad39a3 Mon Sep 17 00:00:00 2001 From: nate stemen Date: Tue, 6 Aug 2024 14:21:39 -0700 Subject: [PATCH] ignore changelog URLs; fixes #2438 --- CHANGELOG.md | 2 +- docs/source/conf.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb846e593..85faf0672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Version 0.39.0 - +([Full Changelog](https://github.com/unitaryfund/mitiq/compare/v0.38.0...v0.39.0)) ### Highlights diff --git a/docs/source/conf.py b/docs/source/conf.py index bec750096..98f47b4b9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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