Skip to content
Snippets Groups Projects
Commit b50659e1 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/conf.py: Include 3 levels of ToC in latexpdf output.

Instead of default 2. 3 are required to access description of individual
library modules.
parent beb94b6e
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,8 @@ latex_elements = {
# Additional stuff for the LaTeX preamble.
#'preamble': '',
# Include 3 levels of headers in PDF ToC
'preamble': '\setcounter{tocdepth}{2}',
}
# Grouping the document tree into LaTeX files. List of tuples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment