Skip to content

Commit

Permalink
Fix #2921
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Aug 23, 2024
1 parent 516bd56 commit c44b5a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ def add_mapping(
add_mapping("method", "pathlib", "Path.link_to", "3.11")
# defined in py:data in objects.inv, but sphinx looks for a py:class
add_mapping("class", "math", "inf")
# `types.FrameType.__module__` is "builtins", so sphinx looks for
# builtins.FrameType.
# See https://github.com/sphinx-doc/sphinx/issues/11802
add_mapping("class", "types", "FrameType")
# new in py3.12, and need target because sphinx is unable to look up
# the module of the object if compiling on <3.12
if not hasattr(collections.abc, "Buffer"):
Expand Down

0 comments on commit c44b5a5

Please sign in to comment.