mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Turn on nitpicky in makefile rather than conf.py
This commit is contained in:
parent
d98c2f89aa
commit
e6c17e19d7
2 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
|
||||
# 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
|
||||
SPHINXPROJ = kitty
|
||||
SOURCEDIR = .
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ rst_prolog = '''
|
|||
.. role:: title
|
||||
|
||||
'''.replace('VERSION', str_version)
|
||||
nitpicky = True
|
||||
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue