]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101100: Expand list of clean docs (GH-103135)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Fri, 31 Mar 2023 10:48:46 +0000 (13:48 +0300)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2023 10:48:46 +0000 (03:48 -0700)
commit20c0f196ff63546a6a0460a46c92de12b975bc1a
tree8e11e1890fca220fd5b8db27e3b2fabab49be3bc
parent44bd3fe570da9115bec67694404b8da26716a1d7
gh-101100:  Expand list of clean docs (GH-103135)

Follow on from https://github.com/python/cpython/pull/103116.

Expand list of clean docs files from 3 to 181. These files have no Sphinx warnings, and their presence in this list means that any new warnings introduced will fail the build.

The list was created by subtracting the list of files with warnings from a list of all files.

I tested with all of those, but found that `touch`ing two clean files (https://github.com/python/cpython/blob/main/Doc/includes/wasm-notavail.rst and https://github.com/python/cpython/blob/main/Doc/whatsnew/changelog.rst) caused a cascade effect and resulted in a number of dirty files being rebuilt too, and failing the build. So those two have been omitted.

Automerge-Triggered-By: GH:hugovk
Doc/tools/clean-files.txt
Doc/tools/touch-clean-files.py