diff options
| author | WAKAYAMA Shirou <shirou.faw@gmail.com> | 2013-02-10 01:44:35 +0900 |
|---|---|---|
| committer | WAKAYAMA Shirou <shirou.faw@gmail.com> | 2013-02-10 01:44:35 +0900 |
| commit | 6a165be08dcf47f9ab4cc2e52cfea9ca3fbc1ec0 (patch) | |
| tree | 73af1d27ea7e6eafd2d2a107b41c42fb9ba6ef66 | |
| parent | 16d1e3ef3e977ffeb9a2bf403862ebce6cff4c61 (diff) | |
| download | sphinx-6a165be08dcf47f9ab4cc2e52cfea9ca3fbc1ec0.tar.gz | |
change default arg to 'inline'
| -rw-r--r-- | sphinx/builders/epub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/epub.py b/sphinx/builders/epub.py index 32d04ca8..6803753b 100644 --- a/sphinx/builders/epub.py +++ b/sphinx/builders/epub.py @@ -281,7 +281,7 @@ class EpubBuilder(StandaloneHTMLBuilder): newids.append(self.fix_fragment('', id)) node.attributes['ids'] = newids - def add_visible_links(self, tree, show_urls='no'): + def add_visible_links(self, tree, show_urls='inline'): """Append visible link targets after external links""" if show_urls == 'no': return |
