diff options
| author | Georg Brandl <georg@python.org> | 2014-01-12 20:45:34 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-12 20:45:34 +0100 |
| commit | e49c27d634c942f36bcbc72e659bbb5bcd39066f (patch) | |
| tree | 0ca79d481db25e8103203677b7e368f43f6d6369 /doc/invocation.rst | |
| parent | d61a0654af869787b0fdcf4e4fd788722e06585d (diff) | |
| download | sphinx-e49c27d634c942f36bcbc72e659bbb5bcd39066f.tar.gz | |
#1345: Fix two bugs with :confval:`nitpick_ignore`; now you don't have to
remove the store environment for changes to have effect.
Diffstat (limited to 'doc/invocation.rst')
| -rw-r--r-- | doc/invocation.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/invocation.rst b/doc/invocation.rst index c6125ecc..107a50aa 100644 --- a/doc/invocation.rst +++ b/doc/invocation.rst @@ -140,7 +140,8 @@ The :program:`sphinx-build` script has several options: .. option:: -n Run in nit-picky mode. Currently, this generates warnings for all missing - references. + references. See the config value :confval:`nitpick_ignore` for a way to + exclude some references as "known missing". .. option:: -N |
