Skip to content

Commit

Permalink
update docs/extensions/fancy_include.py with git_cast_file2repos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Müller committed Sep 30, 2017
1 parent e7cca0b commit 45bee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/fancy_include.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run(self):
rst.append(".. figure:: {}".format(image_path))

# download file
rst.append(":download:`{}`".format(
rst.append(":download:`{}<{}>`".format(
op.basename(full_path), full_path))

# code
Expand Down

0 comments on commit 45bee02

Please sign in to comment.