Skip to content
Snippets Groups Projects
Commit e71b4108 authored by Chris Burr's avatar Chris Burr
Browse files

Merge branch 'erodrigu-fix-sphinx-linkcheck' into 'master'

Couple of fixes for Sphinx documentation

See merge request !727
parents 60604bdd 2cd4c6a5
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!727Couple of fixes for Sphinx documentation
Pipeline #4234996 passed
......@@ -79,7 +79,7 @@ html_theme = "sphinx_rtd_theme"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
#html_static_path = ["_static"]
# Global file metadata
html_context = {
......@@ -105,6 +105,8 @@ linkcheck_ignore = [
r"https://groups\.cern\.ch/group/lhcb-rta-selections/default\.aspx",
# 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/#"
]
# THE CODE BELOW CAN BE USED TO GENERATE HTML VERSIONING OF THE DOCS
......
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