diff --git a/docs/conf.py b/docs/conf.py index 2f51dbd3..0d2874a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -184,3 +184,5 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} + +default_role = 'any'