diff --git a/conf.py b/conf.py index 1d99ea1..7aafd92 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', @@ -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$", +]