Turn on nitpicky in makefile rather than conf.py

This commit is contained in:
Kovid Goyal 2021-07-20 13:57:58 +05:30
parent d98c2f89aa
commit e6c17e19d7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# #
# You can set these variables from the command line. # You can set these variables from the command line.
SPHINXOPTS = -j auto -T $(FAIL_WARN) $(OPTS) SPHINXOPTS = -n -q -j auto -T $(FAIL_WARN) $(OPTS)
SPHINXBUILD = sphinx-build SPHINXBUILD = sphinx-build
SPHINXPROJ = kitty SPHINXPROJ = kitty
SOURCEDIR = . SOURCEDIR = .

View File

@ -105,7 +105,6 @@ rst_prolog = '''
.. role:: title .. role:: title
'''.replace('VERSION', str_version) '''.replace('VERSION', str_version)
nitpicky = True
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------