Skip to content

Commit

Permalink
Add PIL intersphinx inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 authored Sep 24, 2023
1 parent 61165a7 commit 2a6ef48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ project-name = "tivars_lib_py"
theme = "readthedocs"
docformat = "restructuredtext"

intersphinx = ["https://docs.python.org/3/objects.inv"]
intersphinx = ["https://docs.python.org/3/objects.inv",
"https://pillow.readthedocs.io/en/stable/objects.inv"]

privacy = ["PRIVATE:**.__class_getitem__", "PRIVATE:**.__get__", "PRIVATE:**.__init_subclass__", "PRIVATE:**.__set__", "PRIVATE:**.__set_name__",
"HIDDEN:**.__class__", "HIDDEN:**.__slots__",
Expand Down

0 comments on commit 2a6ef48

Please sign in to comment.