From 827c753b41d5496bc4f90fb1e0f3d147dea6082a Mon Sep 17 00:00:00 2001 From: Francesco Witte Date: Mon, 8 Jan 2024 21:48:09 +0100 Subject: [PATCH] Ignore random git commit link --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index ea81ff341..aac7ce1b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -149,4 +149,5 @@ r'https://doi.org/10.1021/ie4033999', # 28.02.2023: does not resolve anymore for some reason r'https://doi.org/10.1002/bbpc.19900940121', # 13.03.2023 ...? r'http://www\.coolprop\.org/.*', # 02.12.2023 ...? + r'https://github.com/oemof/tespy/commit/bf0b8650b0965c916727ebe10f39f0cefabb71e0', # 08.01.2024 ...? ]