summaryrefslogtreecommitdiff
path: root/sphinx/config.py
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2010-01-09 11:19:41 +0100
committerRoland Meister <devnull@localhost>2010-01-09 11:19:41 +0100
commit633fc33f08cd6fdf4b11a53ccd2549d18d20878f (patch)
treedd236c23993867cd29154766e21dc2c36aacd184 /sphinx/config.py
parentc69928c56ea33852d8409c318920a22079af2584 (diff)
downloadsphinx-633fc33f08cd6fdf4b11a53ccd2549d18d20878f.tar.gz
Added the epub_tocdepth configuration option.
Diffstat (limited to 'sphinx/config.py')
-rw-r--r--sphinx/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/config.py b/sphinx/config.py
index 5fe3f63f..e7e05169 100644
--- a/sphinx/config.py
+++ b/sphinx/config.py
@@ -112,6 +112,7 @@ class Config(object):
epub_pre_files = ([], 'env'),
epub_post_files = ([], 'env'),
epub_exclude_files = ([], 'env'),
+ epub_tocdepth = (3, 'env'),
# LaTeX options
latex_documents = ([], None),