Skip to content

Commit

Permalink
Another dangling Sphinx ref that seemed to only fail on Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Mar 15, 2023
1 parent 4f0ef52 commit fe9c6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/index.rst
Expand Up @@ -20,3 +20,5 @@ Submodules
:exclude-members: Validator

.. autodata:: jsonschema._format._F

.. autodata:: jsonschema._typing.id_of
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -40,6 +40,7 @@
# See sphinx-doc/sphinx#10785
_TYPE_ALIASES = {
"jsonschema._format._F": ("data", "_F"),
"_typing.id_of": ("data", "jsonschema._typing.id_of"),
}


Expand Down

0 comments on commit fe9c6b0

Please sign in to comment.