chiark / gitweb /
Fix typo
authorSergei Izmailov <sergei.a.izmailov@gmail.com>
Sat, 16 May 2020 01:05:45 +0000 (04:05 +0300)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 18 May 2020 16:11:45 +0000 (18:11 +0200)
doc/plugins/sphinx.rst

index 2c8d534be5c0ff6f8bfd3cf74f77e00d56db333a..f43db5a5ffc822468e276a3f03e9f0ee03e061c9 100644 (file)
@@ -80,7 +80,7 @@ symbols to a file to be linked from elsewhere, see
     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`_
 =========================================
@@ -511,7 +511,7 @@ By default, docstrings are `treated by the Python doc generator as plain text <{
 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.