3654aa4205
Turns out that you really have to have the elements dir symlinked under the source directory for the globbing to match anything. AFAICT there's no way to add external directories to the sphinx build. Change-Id: Iaa3576ef250822b0d57bebce1ebbe03e5bafa042
12 lines
272 B
ReStructuredText
12 lines
272 B
ReStructuredText
Elements
|
|
========
|
|
|
|
Elements are found in the subdirectory elements. Each element is in a directory
|
|
named after the element itself. Elements *should* have a README.rst in the root
|
|
of the element directory describing what it is for.
|
|
|
|
.. toctree::
|
|
:glob:
|
|
|
|
elements/*/*
|