summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-30 12:25:50 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-30 12:28:44 +0300
commitca967604f66958be783015f48b1155c26b006ff8 (patch)
tree62aa33f2998ba1fb2bc5ca3aa0ba0c23a84b41ad /docs/conf.py
parent57b604ec99b3817b4c645d18278836d465342bba (diff)
downloadjsonschema-ca967604f66958be783015f48b1155c26b006ff8.tar.gz
Make the link to Understanding JSON Schema more prominent.
(And remove some ancient language from when it was a twinkle in someone's eye).
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b821453..af57de0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -89,6 +89,7 @@ from jsonschema import *
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
+ "ujs": ("https://json-schema.org/understanding-json-schema/", None),
}