From aec9e3a423f8971cd3a0d76f413ca117ffe2b397 Mon Sep 17 00:00:00 2001 From: Igor Gaponenko Date: Thu, 3 Oct 2024 16:13:24 -0700 Subject: [PATCH] TEMPORARY: do not validate URLs during documentation generation stage --- doc/documenteer.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/documenteer.toml b/doc/documenteer.toml index 7ae39c6f4..9879a2666 100644 --- a/doc/documenteer.toml +++ b/doc/documenteer.toml @@ -3,3 +3,17 @@ title = "Qserv" copyright = "2015-2023 Association of Universities for Research in Astronomy, Inc. (AURA)" base_url = "https://qserv.lsst.io" github_url = "https://github.com/lsst/qserv" + +[sphinx.linkcheck] +ignore = [ + 'https://confluence.lsstcorp.org/display/DM/Qserv-Lite+Builds+in+Containers', + 'https://confluence.lsstcorp.org/display/DM/REST+API+General+Guidelines', + 'https://confluence.lsstcorp.org/display/DM/1.+Setting+configuration+parameters', + 'https://confluence.lsstcorp.org/display/DM/2.+Registering+databases', + 'https://confluence.lsstcorp.org/display/DM/3.+Registering+tables', + 'https://confluence.lsstcorp.org/display/DM/Managing+indexes+of+MySQL+tables+at+Qserv+workers#ManagingindexesofMySQLtablesatQservworkers-Creatinganewindex', + 'https://confluence.lsstcorp.org/display/DM/1.+Obtaining+descriptions+of+existing+databases+and+database+families', + 'https://confluence.lsstcorp.org/display/DM/3.+Get+info+on+transactions', + 'https://confluence.lsstcorp.org/display/DM/6.+Deleting+databases+and+tables', + 'https://confluence.lsstcorp.org/display/DM/Ingest%3A+4.+The+version+history+of+the+Ingest+API', +]