Skip to content

Fix Deprecation warning: Replace writer_name with writer#27

Merged
jaraco merged 5 commits into
jaraco:mainfrom
Avasam:Fix-deprecation-warning-in-preparation-for-docutils-2
Dec 26, 2025
Merged

Fix Deprecation warning: Replace writer_name with writer#27
jaraco merged 5 commits into
jaraco:mainfrom
Avasam:Fix-deprecation-warning-in-preparation-for-docutils-2

Conversation

@Avasam

@Avasam Avasam commented Dec 7, 2025

Copy link
Copy Markdown
Contributor

Closes #26

@Avasam Avasam changed the title Strict typing, py.typed and link issues Fix Deprecation warning: Replace writer_name with writer Dec 7, 2025
@Avasam Avasam force-pushed the Fix-deprecation-warning-in-preparation-for-docutils-2 branch 4 times, most recently from 6111e23 to 4915cd3 Compare December 7, 2025 07:00
@Avasam Avasam force-pushed the Fix-deprecation-warning-in-preparation-for-docutils-2 branch from 4915cd3 to 1c7adb2 Compare December 23, 2025 17:28
Comment thread pytest_checkdocs/__init__.py Outdated
@jaraco

jaraco commented Dec 26, 2025

Copy link
Copy Markdown
Owner

Diffcov tests are still going to fail, because pytest_checkdocs is imported before coverage starts, every top level expression in the module will be uncovered, including the import. Oh well.

@jaraco jaraco merged commit 9477f8c into jaraco:main Dec 26, 2025
13 of 15 checks passed
@Avasam Avasam deleted the Fix-deprecation-warning-in-preparation-for-docutils-2 branch December 27, 2025 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PendingDeprecationWarning: Argument "writer_name" will be removed in Docutils 2.0. Specify writer name in the "writer" argument.

2 participants