Does anyone know any option to order toctree in descending order of the filenames?
In case of ascending order, we can use :glob:
option like this:
.. toctree:
:glob:
2011*
This would be handy for daily notes written in restructured text that should be reported within a Sphinx document.