Make docs parsing "nitpicky"

This commit is contained in:
Mads Marquart
2019-07-03 23:18:02 +02:00
parent d30589d1fa
commit d279c96dd5
3 changed files with 106 additions and 104 deletions

View File

@@ -66,6 +66,10 @@ rst_prolog = """
#
default_role = "any"
# Make the reference parsing more strict
#
nitpicky = True
# If true, '()' will be appended to :func: etc. cross-reference text.
#
add_function_parentheses = False