]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Restore default role check in `make check`. (#92290)
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 15 May 2022 15:34:52 +0000 (17:34 +0200)
committerGitHub <noreply@github.com>
Sun, 15 May 2022 15:34:52 +0000 (17:34 +0200)
commit953ab0795243900ccccaaca069d932730a86fc20
treec3b8bfeca4033197cd5a264f9211b3c1413daaf7
parent26a162baef96d78656e189b2fa16fdcab7195730
Restore default role check in `make check`. (#92290)

* Restore default role check in `make check`.

* Options first, then files.

* Update `make.bat` too.

* Add a comment explaining the extra options.

* No reason to ignore the README.rst.

* Enable default-role check in sphinx-lint.

Co-authored-by: Julien Palard <julien@palard.fr>
* Update sphinx-lint default-role check.

* Fix use of the default role in the docs.

* Update make.bat to check for the default role too.

* Fix comment in make.bat.

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/Makefile
Doc/library/datetime.rst
Doc/library/enum.rst
Doc/make.bat