From 7edc075a91b1952e907e5ab5e50fa568c88410df Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Wed, 1 Nov 2023 16:43:06 +0100 Subject: [PATCH 1/3] change tbb url --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 6775cd9e19f..18d0496e496 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -36,7 +36,7 @@ components: - [Doxygen](http://doxygen.org) >= 1.8.15 for the documentation - [Geant4](http://geant4.org/) for some examples - [HepMC](https://gitlab.cern.ch/hepmc/HepMC3) >= 3.2.1 for some examples -- [Intel Threading Building Blocks](https://01.org/tbb) >= 2020.1 for the examples +- [Intel Threading Building Blocks](https://github.com/oneapi-src/oneTBB) >= 2020.1 for the examples - [ONNX Runtime](https://onnxruntime.ai/) >= 1.12.0 for the ONNX plugin, the Exa.TrkX plugin and some examples - [Pythia8](https://pythia.org) for some examples - [ROOT](https://root.cern.ch) >= 6.20 for the TGeo plugin and the examples From 76eb9da4e7c16514f7754ea5df3cd36a6f4056f5 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Thu, 2 Nov 2023 09:16:25 +0100 Subject: [PATCH 2/3] fix lcginfo --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 181c2e5c8d6..2b720c663b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ linkcheck_ignore = [ r"https://doi.org/.*", r"https://cernvm.cern.ch/.*", - r"https://tavianator.com/.*", r"http://eigen.tuxfamily.org.*", r"https://pythia.org.*", + r"https://lcginfo.cern.ch/.*", ] # -- Options for HTML output -------------------------------------------------- From 5c84c9c268f9a56276f05083251ae4536ac7b6ec Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Thu, 2 Nov 2023 10:46:16 +0100 Subject: [PATCH 3/3] ignore all of intel --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 2b720c663b3..e0096c447c1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,6 +57,7 @@ r"http://eigen.tuxfamily.org.*", r"https://pythia.org.*", r"https://lcginfo.cern.ch/.*", + r"https://.*\.?intel.com/.*", ] # -- Options for HTML output --------------------------------------------------