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
2 changed files with 1 additions and 2 deletions

View File

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