1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Prevented (and corrected) single backtick usage in docs.

This commit is contained in:
Adam Johnson
2020-03-31 09:37:38 +01:00
committed by Carlton Gibson
parent 4a6f2b63d7
commit 1cdfe8d912
42 changed files with 105 additions and 88 deletions

View File

@@ -127,7 +127,7 @@ today_fmt = '%B %d, %Y'
exclude_patterns = ['_build', '_theme']
# The reST default role (used for this markup: `text`) to use for all documents.
# default_role = None
default_role = "default-role-error"
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True