diff --git a/docs/conf.py b/docs/conf.py index fc6dec0497..d26c0698e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -239,6 +239,10 @@ # Output file base name for HTML help builder. htmlhelp_basename = "google-cloud-spanner-django-doc" +# Use more convenient default role, affects text in single-backticks +# https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#cross-referencing-anything +default_role = "any" + # -- Options for warnings ------------------------------------------------------