diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-08 21:32:29 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-08 21:32:29 +0000 |
| commit | 70f55bd2cdd0bcc6d188a24f78ee124c851b368f (patch) | |
| tree | e27a9f6eb48e9a6da496350ded35bc86f5d6ad9a /doc/build/conf.py | |
| parent | 3e2d6a9a18b318466c1de0a1b61baac579cb1690 (diff) | |
| download | sqlalchemy-70f55bd2cdd0bcc6d188a24f78ee124c851b368f.tar.gz | |
- restored the previous API Reference structure
- bumped latex TOC structure, the PDF looks great
- but we need to fix the translate_connect_args docstring bug to really have PDF
Diffstat (limited to 'doc/build/conf.py')
| -rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 20317a116..0f4c5ff2a 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -185,7 +185,7 @@ latex_documents = [ # Additional stuff for the LaTeX preamble. # sets TOC depth to 2. -latex_preamble = '\setcounter{tocdepth}{2}' +latex_preamble = '\setcounter{tocdepth}{3}' # Documents to append as an appendix to all manuals. #latex_appendices = [] |
