Refactor docs `Makefile` by hugovk · Pull Request #8933 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
radarhere merged 11 commits intopython-pillow:mainfrom
Apr 29, 2025Merged
radarhere merged 11 commits intopython-pillow:mainfrom
radarhere merged 11 commits intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
hugovk
commented
Apr 27, 2025
hugovk
commented
Mainly to remove duplication.
Some functional changes:
- Use
--jobs autofor all builders, not justlinkcheck. This speedsmake -C docs clean htmlfor me from 25 seconds to 14 seconds. - Use
--fail-on-warning --keep-goingfor all builders, not justhtml.
hugovk added 8 commits
April 27, 2025 18:37
hugovk
added
the
Documentation
label
radarhere reviewed Apr 27, 2025
| PAPEROPT_letter = --define latex_paper_size=letter | ||
| ALLSPHINXOPTS = --doctree-dir $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . | ||
| # the i18n builder cannot share the environment and doctrees with the others | ||
| I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . |
Copy link Copy Markdown
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, right, I18NSPHINXOPTS is unused due to #8917
radarhere
mentioned this pull request
radarhere reviewed Apr 29, 2025
docs/Makefile
Outdated
Show resolved
Hide resolved
docs/Makefile Outdated Show resolved Hide resolved
radarhere approved these changes Apr 29, 2025
hugovk and others added 2 commits
April 29, 2025 15:22Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
hugovk
deleted the
docs-makefile-refactor
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment