"""Definition of external links that can be used in Sphinx as ::`%s`""" extlinks = { # links to Python modules 'mod-orchestration': ( 'https://github.com/simbricks/simbricks/blob/main/experiments/simbricks/orchestration/%s', 'orchestration/%s' ) }