summaryrefslogtreecommitdiff
path: root/sphinx/builders/epub.py
diff options
context:
space:
mode:
authorWAKAYAMA Shirou <shirou.faw@gmail.com>2013-02-10 01:44:35 +0900
committerWAKAYAMA Shirou <shirou.faw@gmail.com>2013-02-10 01:44:35 +0900
commit6a165be08dcf47f9ab4cc2e52cfea9ca3fbc1ec0 (patch)
tree73af1d27ea7e6eafd2d2a107b41c42fb9ba6ef66 /sphinx/builders/epub.py
parent16d1e3ef3e977ffeb9a2bf403862ebce6cff4c61 (diff)
downloadsphinx-6a165be08dcf47f9ab4cc2e52cfea9ca3fbc1ec0.tar.gz
change default arg to 'inline'
Diffstat (limited to 'sphinx/builders/epub.py')
-rw-r--r--sphinx/builders/epub.py2
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