Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix broken TBB and lcginfo.cern.ch URLs #2613

Merged
merged 3 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@
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/.*",
r"https://.*\.?intel.com/.*",
]

# -- Options for HTML output --------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
andiwand marked this conversation as resolved.
Show resolved Hide resolved
- [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
Expand Down
Loading