Skip to content

gh-93738: Disallow pre-v3 syntax in the C domain#97962

Merged
ambv merged 4 commits into
python:mainfrom
AA-Turner:sphinx-3-disallow-pre-v3
Oct 6, 2022
Merged

gh-93738: Disallow pre-v3 syntax in the C domain#97962
ambv merged 4 commits into
python:mainfrom
AA-Turner:sphinx-3-disallow-pre-v3

Conversation

@AA-Turner
Copy link
Copy Markdown
Member

@AA-Turner AA-Turner commented Oct 6, 2022

The final part of #93738. This PR disallows pre-v3 syntax in the C domain.

A

@AA-Turner AA-Turner added docs Documentation in the Doc dir skip news needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Oct 6, 2022
@AA-Turner
Copy link
Copy Markdown
Member Author

Sphinx-Lint 0.6.2 yields ~18,030 errors for CPython @JulienPalard @ezio-melotti. I've ignored the version to get this PR to pass.

A