From 8fe93f0498b1ca604dc4cfa87e04f8a7b113825d Mon Sep 17 00:00:00 2001 From: Lucie Dubrunfaut <123162035+lucie-dubrunfaut@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:41:47 +0100 Subject: [PATCH] CTOR-540 : Remove links to old documentation (#5297) --- doc/en/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/en/conf.py b/doc/en/conf.py index c24fb46b1..5b66b1620 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -30,10 +30,7 @@ on_centreon_rtd = os.environ.get('CENTREON_RTD', None) == 'True' extensions = ['sphinx.ext.todo', 'sphinx.ext.intersphinx'] intersphinx_mapping = { - 'centreon-engine': ('http://documentation.centreon.com/docs/centreon-engine/en/latest', None), - 'centreon-broker': ('http://documentation.centreon.com/docs/centreon-broker/en/latest', None), - 'centreon-clib': ('http://documentation.centreon.com/docs/centreon-clib/en/latest', None), - 'ces': ('http://documentation.centreon.com/docs/centreon-enterprise-server/en/latest', None), + 'centreon-documentation': ('https://docs.centreon.com/', None), } # Add any paths that contain templates here, relative to this directory.