CTOR-540 : Remove links to old documentation (#5297)

This commit is contained in:
Lucie Dubrunfaut 2024-12-13 10:41:47 +01:00 committed by GitHub
parent eb7ae7fb57
commit 8fe93f0498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.