]> xenbits.xensource.com Git - xen.git/commit
docs/sphinx: Fix indexing
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 8 Nov 2023 14:53:23 +0000 (14:53 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 13 Nov 2023 14:53:48 +0000 (14:53 +0000)
commitfb41228ececea948c7953c8c16fe28fd65c6536b
tree51147446530d8798d823d19777eba33e6eaa9199
parentab03b284b4f2fbf405fcd821105c85e1a38d314d
docs/sphinx: Fix indexing

sphinx-build reports:

  docs/designs/launch/hyperlaunch.rst: WARNING: document isn't included in any toctree
  docs/designs/launch/hyperlaunch-devicetree.rst: WARNING: document isn't included in any toctree
  docs/misc/xen-makefiles/makefiles.rst: WARNING: document isn't included in any toctree
  docs/misra/C-language-toolchain.rst: WARNING: document isn't included in any toctree
  docs/misra/C-runtime-failures.rst: WARNING: document isn't included in any toctree
  docs/misra/documenting-violations.rst: WARNING: document isn't included in any toctree
  docs/misra/exclude-list.rst: WARNING: document isn't included in any toctree
  docs/misra/xen-static-analysis.rst: WARNING: document isn't included in any toctree

Create an up-to-date index.rst in misra/ create an "unsorted docs" section at
the top level to contain everything else.  They can be re-filed at a later
date.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
docs/index.rst
docs/misra/index.rst [new file with mode: 0644]