PLUGINS += ['m.sphinx']
M_SPHINX_INVENTORIES = [...]
M_SPHINX_INVENTORY_OUTPUT = 'objects.inv'
- M_SPHIMX_PARSE_DOCSTRINGS = False
+ M_SPHINX_PARSE_DOCSTRINGS = False
`Links to external Sphinx documentation`_
=========================================
and only externally-supplied docs are parsed. This is done because, for example
in Python standard library, embedded docstrings are often very terse without
any markup and full docs are external. If you want the docstrings to be parsed,
-enable the :py:`M_SPHIMX_PARSE_DOCSTRINGS` option. Compared to the directives
+enable the :py:`M_SPHINX_PARSE_DOCSTRINGS` option. Compared to the directives
above, there's only one difference --- instead of a :rst:`:summary:` option,
the first paragraph is taken as a summary, the second paragraph as the option
list (if it contains option fields) and the rest as documentation content.