mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update docs for #5122 (nitpicky option)
This commit is contained in:
parent
2ad256b7a9
commit
f72a53f5bd
1
CHANGES
1
CHANGES
@ -161,6 +161,7 @@ Features added
|
|||||||
* Add :confval:`latex_use_xindy` for UTF-8 savvy indexing, defaults to ``True``
|
* Add :confval:`latex_use_xindy` for UTF-8 savvy indexing, defaults to ``True``
|
||||||
if :confval:`latex_engine` is ``'xelatex'`` or ``'lualatex'``.
|
if :confval:`latex_engine` is ``'xelatex'`` or ``'lualatex'``.
|
||||||
* #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameter
|
* #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameter
|
||||||
|
* #5122: setuptools: support nitpicky option
|
||||||
|
|
||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
@ -181,6 +181,14 @@ Options for setuptools integration
|
|||||||
|
|
||||||
.. versionadded:: 1.3
|
.. 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
|
.. confval:: pdb
|
||||||
|
|
||||||
A boolean to configure ``pdb`` on exception. Default is false.
|
A boolean to configure ``pdb`` on exception. Default is false.
|
||||||
|
Loading…
Reference in New Issue
Block a user