Skip to content

Commit

Permalink
Fix some intersphinx warnings by adding a mapping to pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 19, 2024
1 parent 037e042 commit a7438a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@

# Preserve authored syntax for defaults
autodoc_preserve_defaults = True

intersphinx_mapping.update(
pytest=('https://docs.pytest.org/en/stable', None),
)

0 comments on commit a7438a3

Please sign in to comment.