summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-toctree-maxdepth/bar.rst
blob: d70dec90dd3b23ab5ed05170849b2983519aaefb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
:tocdepth: 2

===
Bar
===

should be 2

Bar A
=====

should be 2.1

.. toctree::

   baz

Bar B
=====

should be 2.2

Bar B1
------

should be 2.2.1