COMMITS
/ Doc/Makefile March 5, 2026
M
[3.12] gh-145455: Show output of blurb & sphinx-build version commands (GH-145457) (#145490)
Miss Islington (bot) committed
October 8, 2025
M
[3.12] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (GH-139694)
Miss Islington (bot) committed
January 20, 2025
M
[3.12] doc: fix venv creating for the local Python using uv (GH-129094) (#129097)
Miss Islington (bot) committed
M
[3.12] GH-125722: Use long options for Sphinx (GH-129039) (#129042)
Miss Islington (bot) committed
December 1, 2024
M
[3.12] gh-127356: Fix prepend doctrees directory for gettext target (GH-127357) (#127471)
Miss Islington (bot) committed
November 19, 2024
M
[3.12] Update docs 'make serve' to suggest 'make htmllive' (GH-126969) (#127016)
Miss Islington (bot) committed
October 1, 2024
M
[3.12] Doc: Fix archive filenames for standard builds (GH-124826) (#124837)
Miss Islington (bot) committed
September 30, 2024
M
[3.12] Doc: Run HTML and non-HTML daily builds separately (GH-124493) (#124791)
Miss Islington (bot) committed
September 23, 2024
M
[3.12] Doc: Add ``make dist-no-html`` (GH-124383) (#124388)
Miss Islington (bot) committed
M
[3.12] Fix doctrees directory for the gettext builder (GH-122997) (#124339)
Miss Islington (bot) committed
September 18, 2024
M
[3.12] Fix `make htmllive` target (GH-124222)
Miss Islington (bot) committed
September 16, 2024
M
[3.12] Docs: Drop letter PDF (GH-123912) (#123999)
Miss Islington (bot) committed
August 24, 2024
M
[3.12] Docs: Fix Makefile syntax (GH-123287) (#123289)
Miss Islington (bot) committed
August 17, 2024
M
[3.12] Docs: Run ``latexmk`` in parallel when creating PDFs (GH-123113) (#123116)
Miss Islington (bot) committed
August 4, 2024
M
[3.12] gh-122661: Remove GNU make-specific directive from Doc/Makefile (GH-122662) (#122669)
Miss Islington (bot) committed
June 23, 2024
H
[3.12] Docs makefile/RTD: Use uv if installed (GH-120711) (#120923)
Hugo van Kemenade committed
May 27, 2024
M
[3.12] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#119622)
Miss Islington (bot) committed
May 15, 2024
M
[3.12] gh-119009: Add gettext target (GH-119006) (#119075)
Miss Islington (bot) committed
March 19, 2024
M
[3.12] docs: announce venv creation before installing packages (GH-117036) (#117040)
Miss Islington (bot) committed
December 26, 2023
M
[3.12] Docs: make htmllive: open browser when ready (GH-113288) (#113484)
Miss Islington (bot) committed
November 13, 2023
M
[3.12] Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (GH-111900) (#112022)
Miss Islington (bot) committed
October 10, 2023
M
[3.12] Remove unused `SPHINXLINT` var from `Doc/Makefile`. (GH-110570) (#110585)
Miss Islington (bot) committed
June 18, 2023
M
[3.12] Docs: move sphinx-lint to pre-commit (GH-105750) (#105894)
Miss Islington (bot) committed
April 27, 2023
A
GH-103903: Test the minimum Sphinx version in CI (#103904)
Adam Turner committed
January 31, 2023
C
Add JOBS parameter to docs Makefile (#101395)
Christophe Nanteuil committed
November 27, 2022
H
Docs: Move .PHONY to each section to avoid copy/paste omissions (#99396)
Hugo van Kemenade committed
October 12, 2022
N
Mark all targets in `Doc/Makefile` as `PHONY` (GH-98189)
Nikita Sobolev committed
October 11, 2022
J
gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)
Julien Palard committed
May 16, 2022
H
Speedup: build docs in parallel (GH-92733)
Hugo van Kemenade committed
May 15, 2022
E
Restore default role check in `make check`. (#92290)
Ezio Melotti committed
April 29, 2022
H
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH-32354)
Hugo van Kemenade committed
February 10, 2022
J
bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)
Julien Palard committed
February 6, 2022
C
Allows to specify the port on which serve documentation (GH-31145)
Christophe Nanteuil committed
November 22, 2021
J
bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)
Julien Palard committed
August 6, 2021
Ł
bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635)
Łukasz Langa committed
July 28, 2021
J
bpo-44756: in ./Doc, `make build` depends on `make html` (#27403)
Jack DeVries committed
December 18, 2020
J
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Julien Palard committed
November 25, 2020
J
bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)
Julien Palard committed
November 7, 2020
J
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
Julien Palard committed
September 18, 2020
V
bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)
Victor Stinner committed
September 2, 2020
V
bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)
Victor Stinner committed
V
bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)
Victor Stinner committed
September 1, 2020
N
bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)
Ned Deily committed
June 25, 2020
N
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
Ned Deily committed
October 22, 2019
J
Bump Sphinx to 2.2.0. (GH-16532)
Julien Palard committed
September 10, 2019
D
bpo-37504: Fix documentation build with texinfo builder (GH-14606)
Dmitry Shachnev committed
September 9, 2019
J
bpo-34293: Fix PDF documentation paper size (GH-8585)
Jean-François B committed
June 15, 2019
J
Doc: Bump Sphinx verison. (#13785)
Julien Palard committed
May 14, 2019
S
Doc: Update pip and setuptools when creating the virtual environment (GH-13307)
Stéphane Wirtel committed
May 7, 2019
G
bpo-36838: Suggest 'make venv' when missing Doc/ tools. (GH-13173)
Gregory P. Smith committed