mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
tocdepth fixes
This commit is contained in:
parent
65ca08a097
commit
20627c2f2e
2 changed files with 6 additions and 2 deletions
|
@ -186,12 +186,11 @@ latex_elements = {
|
|||
# The paper size ('letterpaper' or 'a4paper').
|
||||
'papersize': 'a4paper',
|
||||
'fontpkg': '',
|
||||
|
||||
# The font size ('10pt', '11pt' or '12pt').
|
||||
#'pointsize': '10pt',
|
||||
|
||||
# Additional stuff for the LaTeX preamble.
|
||||
'preamble': '\\usepackage{lmodern}',
|
||||
'preamble': '\\usepackage{lmodern}\n\\setcounter{tocdepth}{2}',
|
||||
}
|
||||
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
|
|
|
@ -35,6 +35,11 @@ Welcome to Arb's documentation!
|
|||
A `PDF version <http://fredrikj.net/arb/arb.pdf>`_ of this documentation
|
||||
is available.
|
||||
|
||||
.. dummy toctree because sphinx sets tocdepth to maxdepth - 1 instead of maxdepth
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
General information
|
||||
::::::::::::::::::::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue