diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-03-30 18:03:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 18:03:50 (GMT) |
commit | f192a558f538489ad1be30aa145e71d942798d1c (patch) | |
tree | b739ff5a1a15db1258cea4eabb4689fad3ec2807 /.github | |
parent | 21e9de3bf0ecf32cd61296009518bfb9fdfcd04f (diff) | |
download | cpython-f192a558f538489ad1be30aa145e71d942798d1c.zip cpython-f192a558f538489ad1be30aa145e71d942798d1c.tar.gz cpython-f192a558f538489ad1be30aa145e71d942798d1c.tar.bz2 |
gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/doc.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 29387d3..314a7da 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -72,8 +72,7 @@ jobs: - name: 'Build known-good files in nit-picky mode' run: | # Mark files that must pass nit-picky - touch Doc/whatsnew/3.12.rst - touch Doc/library/sqlite3.rst + python Doc/tools/touch-clean-files.py # Build docs with the '-n' (nit-picky) option, convert warnings to errors (-W) make -C Doc/ PYTHON=../python SPHINXOPTS="-q -n -W --keep-going" html 2>&1 |