From 88bb6d1d854817683a1a4b09ff033645d97919f3 Mon Sep 17 00:00:00 2001 From: Lee Kelvin Date: Thu, 29 Aug 2024 08:21:18 -0700 Subject: [PATCH] Temporary documenteer URL redirect This temporary documenteer intersphinx URL redirect is to allow for DM Dev Guide packages to remain buildable whilst various directives are being moved to a new package that's part of the Pipelines stack. --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index dcadfd01..df93c9c6 100644 --- a/conf.py +++ b/conf.py @@ -424,7 +424,8 @@ 'numpy': ('https://numpy.org/doc/stable/', None), 'pytest': ('https://docs.pytest.org/en/latest/', None), 'pipelines': ('https://pipelines.lsst.io/v/weekly/', None), - 'documenteer': ('https://documenteer.lsst.io/', None), + # TODO: The v/1.4.0/ documenteer edit should be removed following DM-45324. + 'documenteer': ('https://documenteer.lsst.io/v/1.4.0/', None), 'sphinx': ('https://www.sphinx-doc.org/en/master/', None), 'deprecated': ('https://deprecated.readthedocs.io/en/latest/', None), }