summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2012-02-28 21:59:57 +0100
committerRoland Meister <devnull@localhost>2012-02-28 21:59:57 +0100
commitc05e56e98c55b4f8174a434fb3b547d70f9666c8 (patch)
treeab5872722faf2c50a6722cf86f341daa8a1c7b42 /sphinx/quickstart.py
parent0cbae1ffe2ba0cda931e6d23d342bdc530d49cf2 (diff)
downloadsphinx-c05e56e98c55b4f8174a434fb3b547d70f9666c8.tar.gz
Add documentation and automatic entries for the guide element
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r--sphinx/quickstart.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py
index 172382ad..c8dd2579 100644
--- a/sphinx/quickstart.py
+++ b/sphinx/quickstart.py
@@ -309,6 +309,9 @@ epub_copyright = u'%(copyright_str)s'
# A tuple containing the cover image and cover page html template filenames.
#epub_cover = ()
+# A sequence of (type, uri, title) tuples for the guide element of content.opf.
+#epub_guide = ()
+
# HTML files that should be inserted before the pages created by sphinx.
# The format is a list of tuples containing the path and title.
#epub_pre_files = []