diff options
| author | jules <devnull@localhost> | 2011-07-29 23:43:10 -0500 |
|---|---|---|
| committer | jules <devnull@localhost> | 2011-07-29 23:43:10 -0500 |
| commit | 5577a46f8b43ee6ea14b88f946c3b44cda7d7f63 (patch) | |
| tree | ce62e4e9e020542afa25b14d5d18a921c88c866f /sphinx/builders | |
| parent | bc0058e875c812a3ca812c4c1505146ae8ae2a58 (diff) | |
| download | sphinx-5577a46f8b43ee6ea14b88f946c3b44cda7d7f63.tar.gz | |
Working with guides
Diffstat (limited to 'sphinx/builders')
| -rw-r--r-- | sphinx/builders/epub.py | 3 |
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> ''' |
