Skip to content

Commit

Permalink
fix: Use "any" default role in sphinx (#550)
Browse files Browse the repository at this point in the history
So backtick'd text renders as code, links as appropriate.
  • Loading branch information
c24t committed Nov 12, 2020
1 parent 05a1640 commit 196c449
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Expand Up @@ -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 ------------------------------------------------------


Expand Down

0 comments on commit 196c449

Please sign in to comment.