From 3654aa4205210890b73340f52fb49b143a0f23c9 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 8 Feb 2017 14:17:05 +1100 Subject: [PATCH] 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 --- doc/source/elements | 2 +- doc/source/elements.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/elements b/doc/source/elements index 3b3a79ddc..4a5fd8aa3 120000 --- a/doc/source/elements +++ b/doc/source/elements @@ -1 +1 @@ -../../elements \ No newline at end of file +../../diskimage_builder/elements/ \ No newline at end of file diff --git a/doc/source/elements.rst b/doc/source/elements.rst index 1564d3139..16e1947a0 100644 --- a/doc/source/elements.rst +++ b/doc/source/elements.rst @@ -8,4 +8,4 @@ of the element directory describing what it is for. .. toctree:: :glob: - diskimage_builder/elements/*/* + elements/*/*