module documentation

Input/Output files

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Variable logger Undocumented
Class ​Sphinx​Base​Reader A base class of readers for Sphinx.
Class ​Sphinx​Dummy​Writer Dummy writer module used for generating doctree.
Class ​Sphinx​File​Input A basic FileInput for Sphinx.
Class ​Sphinx​I18n​Reader A document reader for i18n.
Class ​Sphinx​Standalone​Reader A basic document reader for Sphinx.
Function read​_doc Parse a document and convert to doctree.
Function ​Sphinx​Dummy​Source​Class Bypass source object as is to cheat Publisher.
logger =

Undocumented

def read_doc(app, env, filename):
Parse a document and convert to doctree.
Parameters
app:SphinxUndocumented
env:BuildEnvironmentUndocumented
filename:strUndocumented
Returns
nodes.documentUndocumented
def SphinxDummySourceClass(source, *args, **kwargs):
Bypass source object as is to cheat Publisher.
Parameters
source:AnyUndocumented
*args:AnyUndocumented
**kwargs:AnyUndocumented
Returns
AnyUndocumented