修改目录深度为3,index.rst中的修改仅对HTML有用,对于PDF需要在导言区修改
This commit is contained in:
@@ -199,6 +199,7 @@ latex_elements = {
|
||||
\setCJKmonofont{SimHei}
|
||||
\XeTeXlinebreaklocale "zh"
|
||||
\XeTeXlinebreakskip = 0pt plus 1pt
|
||||
\setcounter{tocdepth}{3}
|
||||
''',
|
||||
}
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 3
|
||||
|
||||
overview
|
||||
introduction
|
||||
|
Reference in New Issue
Block a user