mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add testcase for reversed toctree
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
test-toctree-glob
|
||||
=================
|
||||
|
||||
normal order
|
||||
------------
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
@@ -9,3 +12,16 @@ test-toctree-glob
|
||||
bar/*
|
||||
baz
|
||||
qux/index
|
||||
|
||||
reversed order
|
||||
-------------
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:reverse:
|
||||
|
||||
foo
|
||||
bar/index
|
||||
bar/*
|
||||
baz
|
||||
qux/index
|
||||
|
||||
Reference in New Issue
Block a user