X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b9625f82f86db0674e911887addce45dca31b57f..b8d8b4d092246a5155f58477b408cd76eb33126d:/docs/source/_ext/showfile.py diff --git a/docs/source/_ext/showfile.py b/docs/source/_ext/showfile.py index 7894d6d385..b65ecf6696 100644 --- a/docs/source/_ext/showfile.py +++ b/docs/source/_ext/showfile.py @@ -38,7 +38,7 @@ class ShowFileDirective(Directive): '.. toggle-header::', ' :header: View {}'.format(filename), '', - ' `Download {} `_'.format(os.path.basename(filename), filename), + ' `Download {} `_'.format(os.path.basename(filename), filename), '', ' .. literalinclude:: ../../{}'.format(filename), ' :language: {}'.format(language),