module documentation

Provides the ``ifconfig`` directive. The ``ifconfig`` directive enables writing documentation that is included depending on configuration variables. Usage:: .. ifconfig:: releaselevel in ('alpha', 'beta', 'rc') This stuff is only included in the built docs for unstable versions. The argument for ``ifconfig`` is a plain Python expression, evaluated in the namespace of the project configuration (that is, all variables from ``conf.py`` are available.)

Class ifconfig Undocumented
Class IfConfig Undocumented
Function process_ifconfig_nodes Undocumented
Function setup Undocumented
def process_ifconfig_nodes(app, doctree, docname): (source)

Undocumented

Parameters
app:SphinxUndocumented
doctree:nodes.documentUndocumented
docname:strUndocumented
def setup(app): (source)

Undocumented

Parameters
app:SphinxUndocumented
Returns
dict[str, Any]Undocumented