mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
* continuous integration: add comment explaining PYTHONWARNINGS env var to main unit test workflow * continuous integration: unit test workflow: report-but-do-not-fail when warnings about pkg_resources deprecation are encountered during docutils dependency installation * continuous integration: unit test workflow: instead of reducing the severity of all DeprecationWarnings during docutils (non-dev) installation, apply two message filters - one each for the warnings encountered so far * continuous integration: unit test workflow: add 'module' and 'line' fields for warning filters Ref: https://docs.python.org/3/library/warnings.html#describing-warning-filters --------- Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com>