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 | SphinxBaseReader |
A base class of readers for Sphinx. |
Class | SphinxDummyWriter |
Dummy writer module used for generating doctree. |
Class | SphinxFileInput |
A basic FileInput for Sphinx. |
Class | SphinxI18nReader |
A document reader for i18n. |
Class | SphinxStandaloneReader |
A basic document reader for Sphinx. |
Function | read_doc |
Parse a document and convert to doctree. |
Function | SphinxDummySourceClass |
Bypass source object as is to cheat Publisher. |
Parameters | |
app:Sphinx | Undocumented |
env:BuildEnvironment | Undocumented |
filename:str | Undocumented |
Returns | |
nodes.document | Undocumented |