summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2017-12-24 14:31:27 -0500
committerJulian Berman <Julian@GrayVines.com>2017-12-24 14:31:27 -0500
commit09b0fe490db81de9f41f93b23bfc9e0d721fda1f (patch)
tree4e957f83f42e467c4698d0e39f3e862e8e83f391 /docs/conf.py
parenta1f2f6912591c02f833a9ff19b0bbde4c8b2fcd2 (diff)
downloadjsonschema-09b0fe490db81de9f41f93b23bfc9e0d721fda1f.tar.gz
Start taming reST.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 071d49d..c7126f2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -72,7 +72,7 @@ version = release.partition("-")[0]
exclude_patterns = ["_build", "_cache", "_static", "_templates"]
# The reST default role (used for this markup: `text`) to use for all documents.
-# default_role = None
+default_role = "any"
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"