Skip to content

Commit

Permalink
Merge pull request #360 from lsst-sqre/tickets/DM-48199
Browse files Browse the repository at this point in the history
DM-48199: Update comment for Sphinx Path exclusion
  • Loading branch information
rra authored Dec 18, 2024
2 parents f1715b5 + babd933 commit 20e62a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/documenteer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ nitpick_ignore = [
["py:class", "_orm.registry"],
["py:class", "_schema.MetaData"],
["py:class", "_schema.Table"],
# Pydantic FilePath types create a reference to Path that is unresolved
# unless Path is imported locally, but the import is removed because the
# symbol isn't referenced.
# See https://github.com/sphinx-doc/sphinx/issues/13178
["py:class", "pathlib._local.Path"],
# The AOIKafkaAdminClient is considered experimental and not officially
# exported
Expand Down

0 comments on commit 20e62a9

Please sign in to comment.