Fix up element doc generation

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
This commit is contained in:
Ian Wienand 2017-02-08 14:17:05 +11:00
parent 0f224d3ae6
commit 3654aa4205
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
../../elements
../../diskimage_builder/elements/

View File

@ -8,4 +8,4 @@ of the element directory describing what it is for.
.. toctree::
:glob:
diskimage_builder/elements/*/*
elements/*/*