From 7a58384b8399284745f5c8e61588b5d0e991e2e5 Mon Sep 17 00:00:00 2001 From: redteampanda-ng <31235211+redteampanda-ng@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:12:43 +0100 Subject: [PATCH 1/2] chore: copyright year --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 1d99ea1..bcf24a8 100644 --- a/conf.py +++ b/conf.py @@ -2,7 +2,7 @@ project = 'THOR Log Analysis' version="1.0" -copyright = '2025, Nextron Systems GmbH' +copyright = '2026, Nextron Systems GmbH' author = 'Nextron Systems' extensions = [ 'sphinx.ext.autosectionlabel', From 9edf0ad35dd3582fae743beac507966a884e4cdf Mon Sep 17 00:00:00 2001 From: redteampanda-ng <31235211+redteampanda-ng@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:18:05 +0100 Subject: [PATCH 2/2] fix: medium link 403 --- conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.py b/conf.py index bcf24a8..7aafd92 100644 --- a/conf.py +++ b/conf.py @@ -35,3 +35,6 @@ intersphinx_mapping = {'https://docs.python.org/': None} # disable epub mimetype warnings suppress_warnings = ["epub.unknown_project_files"] +linkcheck_ignore = [ + r"^https://nasbench.medium.com/windows-system-processes-an-overview-for-blue-teams-42fa7a617920$", +]