summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api/index.rst2
-rw-r--r--docs/conf.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/index.rst b/docs/api/index.rst
index 7ba62c2..6624e83 100644
--- a/docs/api/index.rst
+++ b/docs/api/index.rst
@@ -20,3 +20,5 @@ Submodules
:exclude-members: Validator
.. autodata:: jsonschema._format._F
+
+.. autodata:: jsonschema._typing.id_of
diff --git a/docs/conf.py b/docs/conf.py
index 5ebb183..925c476 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,6 +40,7 @@ html_theme = "furo"
# See sphinx-doc/sphinx#10785
_TYPE_ALIASES = {
"jsonschema._format._F": ("data", "_F"),
+ "_typing.id_of": ("data", "jsonschema._typing.id_of"),
}