Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed nitpick_ignore by updating Sphinx to 7.3 #7985

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

radarhere
Copy link
Member

Pillow/docs/conf.py

Lines 124 to 129 in 0e90c1c

nitpick_ignore = [
# Sphinx does not understand typing.Literal[-1]
# Will be fixed in a future version.
# https://github.com/sphinx-doc/sphinx/pull/11904
("py:obj", "typing.Literal[-1, 1]"),
]

A new version of Sphinx has been released, so this can be removed.

@hugovk hugovk merged commit afd01bd into python-pillow:main Apr 17, 2024
54 of 55 checks passed
@radarhere radarhere deleted the sphinx branch April 17, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants