From 26aadf775cbafd14e98870f818aae078181080d8 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 26 Oct 2012 08:12:08 -0400 Subject: doc: update :func: to :py:func: for modern Sphinx. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index a115ce4..8b3fcfa 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -75,7 +75,7 @@ exclude_trees = ['.build'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None -# If true, '()' will be appended to :func: etc. cross-reference text. +# If true, '()' will be appended to :py:func: etc. cross-reference text. #add_function_parentheses = True # If true, the current module name will be prepended to all description -- cgit