@@ -171,8 +171,8 @@ html_last_updated_fmt = '%b %d, %Y'
171171
172172# Custom sidebar templates, maps document names to template names.
173173html_sidebars = {
174- # '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'],
175- # 'using/windows': ['windowssidebar.html', 'searchbox.html'],
174+ # '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'],
175+ # 'using/windows': ['windowssidebar.html', 'searchbox.html'],
176176}
177177
178178# Additional templates that should be rendered to pages, maps page names to
@@ -317,6 +317,8 @@ linkcheck_ignore = [
317317 r"https://gis.stackexchange.com/",
318318 "https://vrp.pgrouting.org/v0/en/pgr-category.html",
319319 "https://vrp.pgrouting.org/latest/en/pgr-category.html",
320+ "https://vrp.pgrouting.org/v0/en/vrp_vroom.html",
321+ "https://vrp.pgrouting.org/latest/en/vrp_vroom.html",
320322
321323 # (see: https://github.com/sphinx-doc/sphinx/issues/7388)
322324 r"https://github.com/pgRouting/vrprouting/", # limit only vrprouting
0 commit comments