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

Fix Sphinx 5 warning by setting docs language #6347

Merged
merged 1 commit into from Jun 4, 2022

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jun 4, 2022

New in Sphinx 5:

#10062: Change the default language to 'en' if any language is not set in conf.py

https://www.sphinx-doc.org/en/master/changes.html

Before

Running Sphinx v5.0.1
WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English).
making output directory... done
...

https://readthedocs.org/projects/pillow/builds/17091425/

After

Running Sphinx v5.0.1
making output directory... done
...

https://readthedocs.org/projects/pillow-hugovk/builds/17091435/

…date your configuration to a valid langauge code. Falling back to 'en' (English).
@radarhere radarhere added the automerge Automatically merge PRs that are ready label Jun 4, 2022
@mergify mergify bot merged commit b37f2d1 into python-pillow:main Jun 4, 2022
@hugovk hugovk deleted the fix-sphinx-warning branch June 4, 2022 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PRs that are ready Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants