Skip to content

Commit 93400a6

Browse files
committed
ENH: do not add ()-parentheses by default
1 parent 6ec3455 commit 93400a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinxfortran/fortran_domain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,8 +1172,8 @@ class FortranDomain(Domain):
11721172
'prog': FortranXRefRole(),
11731173
'type': FortranXRefRole(),
11741174
'var': FortranXRefRole(),
1175-
'func': FortranXRefRole(fix_parens=True),
1176-
'subr': FortranXRefRole(fix_parens=True),
1175+
'func': FortranXRefRole(fix_parens=False),
1176+
'subr': FortranXRefRole(fix_parens=False),
11771177
'mod': FortranXRefRole(),
11781178
}
11791179
initial_data = {

0 commit comments

Comments
 (0)