Skip to content

Commit

Permalink
Get rid of warning about inability to link to _thread._local.
Browse files Browse the repository at this point in the history
I'm not sure why it resolves this way, but there is no link for that pathing

Related sphinx issue: sphinx-doc/sphinx#9338
  • Loading branch information
csm10495 committed Apr 6, 2023
1 parent d3241b9 commit 32127dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
nitpicky = True
nitpick_ignore = []
nitpick_ignore = [("py:class", "_thread._local")]
extlinks = {
"issue": ("https://github.com/tox-dev/py-filelock/issues/%s", "issue #%s"),
"pr": ("https://github.com/tox-dev/py-filelock/issues/%s", "PR #%s"),
Expand Down

0 comments on commit 32127dc

Please sign in to comment.