Skip to content

Commit

Permalink
Include _meta in docs to fix doc build failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 16, 2023
1 parent 1b3f272 commit ac243d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/api.rst
Expand Up @@ -9,3 +9,8 @@ API Reference
:members:
:undoc-members:
:show-inheritance:

.. automodule:: importlib_metadata._meta
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions docs/conf.py
Expand Up @@ -71,4 +71,6 @@
('py:class', '_T'),
# Other workarounds
('py:class', 'importlib_metadata.DeprecatedNonAbstract'),
# Workaround needed for #480
('py:obj', 'importlib_metadata._meta._T'),
]

0 comments on commit ac243d3

Please sign in to comment.