diff options
| author | Roland Meister <devnull@localhost> | 2010-01-09 11:19:41 +0100 |
|---|---|---|
| committer | Roland Meister <devnull@localhost> | 2010-01-09 11:19:41 +0100 |
| commit | 633fc33f08cd6fdf4b11a53ccd2549d18d20878f (patch) | |
| tree | dd236c23993867cd29154766e21dc2c36aacd184 /sphinx/config.py | |
| parent | c69928c56ea33852d8409c318920a22079af2584 (diff) | |
| download | sphinx-633fc33f08cd6fdf4b11a53ccd2549d18d20878f.tar.gz | |
Added the epub_tocdepth configuration option.
Diffstat (limited to 'sphinx/config.py')
| -rw-r--r-- | sphinx/config.py | 1 |
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), |
