Removed nitpick_ignore by updating Sphinx to 7.3 by radarhere · Pull Request #7985 · python-pillow/Pillow

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@radarhere

Copy link Copy Markdown

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

@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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@radarhere @hugovk