By creating a links.rst file and taking advantage of the .. include:: path/to/file.rst directive, it would be possible to reduce common links across different pages. This links.rst file should be included at the end of the doc/source/index.rst file to ensure that all pages have access to the links.
Make sure to ignore previous files using the exclude_patterns directive so they do not get rendered by Sphinx.