Update docs for #5122 (nitpicky option)

This commit is contained in:
Takeshi KOMIYA 2018-07-19 01:22:20 +09:00
parent 2ad256b7a9
commit f72a53f5bd
2 changed files with 9 additions and 0 deletions

View File

@ -161,6 +161,7 @@ Features added
* Add :confval:`latex_use_xindy` for UTF-8 savvy indexing, defaults to ``True``
if :confval:`latex_engine` is ``'xelatex'`` or ``'lualatex'``.
* #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameter
* #5122: setuptools: support nitpicky option
Bugs fixed
----------

View File

@ -181,6 +181,14 @@ Options for setuptools integration
.. versionadded:: 1.3
.. confval:: nitpicky
Run in nit-picky mode. Currently, this generates warnings for all missing
references. See the config value :confval:`nitpick_ignore` for a way to
exclude some references as "known missing".
.. versionadded:: 1.8
.. confval:: pdb
A boolean to configure ``pdb`` on exception. Default is false.