diff --git a/docs/source/conf.py b/docs/source/conf.py index b32efe6..7b4ebfb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -128,6 +128,8 @@ exclude_patterns = ['whatsnew/pr'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' +# Set the default role so we can use `foo` instead of ``foo`` +default_role = 'literal' # Options for HTML output # -----------------------