Skip to content
Snippets Groups Projects
Commit 388007ec authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Fix the docs - linkcheck failure

parent 50a18ffb
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!951Fix the docs - linkcheck failure
......@@ -112,9 +112,16 @@ linkcheck_ignore = [
# really broken, see gaudi/Gaudi#156
r"http://gaudi\.web\.cern\.ch/gaudi/doxygen/master/index\.html",
# linkcheck has trouble with this sort of Indico link with anchors! Any better solution than this?
r"https://indico.cern.ch/event/1160084/#",
r"https://indico\.cern\.ch/event/1160084/#",
r"https://twiki\.cern\.ch/twiki/bin/view/LHCb/FAQ/DaVinciFAQ",
]
linkcheck_anchors_ignore = [
"^!",
"^L[0-9]+", # Gitlab line number anchors will cause a failure
]
# THE CODE BELOW CAN BE USED TO GENERATE HTML VERSIONING OF THE DOCS
# COMMENTED TO TEST THE DEPLOYMENT OF THE WEBSITE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment