Skip to content

Commit

Permalink
Merge pull request #1194 from lsst-sqre/tickets/DM-48196
Browse files Browse the repository at this point in the history
DM-48196: Update comment for Sphinx Path exclusion
  • Loading branch information
rra authored Dec 18, 2024
2 parents a78f479 + b6643e4 commit 66f09c8
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 @@ -74,9 +74,7 @@ nitpick_ignore = [
# the combination of Sphinx extensions we're using confuse themselves and
# there doesn't seem to be any way to fix this.
["py:class", "asyncio.locks.Lock"],
# 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"],
# Cannot be represented by intersphinx.
["py:obj", "safir.pydantic._validators.validate_exactly_one_of.<locals>.validator"],
Expand Down

0 comments on commit 66f09c8

Please sign in to comment.