summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-15 15:00:49 -0400
committerJulian Berman <Julian@GrayVines.com>2023-03-15 15:00:49 -0400
commitfe9c6b04edfb0b8837bd76be3c681e2ed05b3fba (patch)
treed6dc5fbcac4619df39c36b496002c1735b629654
parent4f0ef528d482968f3648ae8ad535b9dd62f655ad (diff)
downloadjsonschema-fe9c6b04edfb0b8837bd76be3c681e2ed05b3fba.tar.gz
Another dangling Sphinx ref that seemed to only fail on Ubuntu.
-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"),
}