summaryrefslogtreecommitdiff
path: root/sphinx/builders
diff options
context:
space:
mode:
authorjules <devnull@localhost>2011-07-29 23:43:10 -0500
committerjules <devnull@localhost>2011-07-29 23:43:10 -0500
commit5577a46f8b43ee6ea14b88f946c3b44cda7d7f63 (patch)
treece62e4e9e020542afa25b14d5d18a921c88c866f /sphinx/builders
parentbc0058e875c812a3ca812c4c1505146ae8ae2a58 (diff)
downloadsphinx-5577a46f8b43ee6ea14b88f946c3b44cda7d7f63.tar.gz
Working with guides
Diffstat (limited to 'sphinx/builders')
-rw-r--r--sphinx/builders/epub.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/builders/epub.py b/sphinx/builders/epub.py
index e946e0d3..37331c7a 100644
--- a/sphinx/builders/epub.py
+++ b/sphinx/builders/epub.py
@@ -95,6 +95,9 @@ _content_template = u'''\
<spine toc="ncx">
%(spine)s
</spine>
+ <guilde>
+%(reference)s
+ </guide>
</package>
'''