Skip to content

Commit fe9c6b0

Browse files
committed
Another dangling Sphinx ref that seemed to only fail on Ubuntu.
1 parent 4f0ef52 commit fe9c6b0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/api/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ Submodules
2020
:exclude-members: Validator
2121

2222
.. autodata:: jsonschema._format._F
23+
24+
.. autodata:: jsonschema._typing.id_of

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
# See sphinx-doc/sphinx#10785
4141
_TYPE_ALIASES = {
4242
"jsonschema._format._F": ("data", "_F"),
43+
"_typing.id_of": ("data", "jsonschema._typing.id_of"),
4344
}
4445

4546

0 commit comments

Comments
 (0)