acrn-hypervisor/doc/extensions
David B. Kinder e0260b4496 doc: add sphinx extension improving only directive
The Sphinx .. only:: directive is limited to handling only conditional
text and can't handling conditional use of directives.  For example,

.. only:: test

   .. automodule:: west.runners.core
      :members:

is not handled.  This PR monkey patches the handling of the existing
.. only:: directive done by Sphinx.

See https://github.com/pfalcon/sphinx_selective_exclude for details.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-11-29 14:38:41 -08:00
..
eager_only.py doc: add sphinx extension improving only directive 2018-11-29 14:38:41 -08:00
kerneldoc.py doc: add support for kerneldoc API tools 2018-07-04 18:26:44 -07:00