Fix C coverage support in `sphinx.ext.coverage` (#11591)

This commit is contained in:
Stephen Finucane
2023-08-15 14:50:15 +01:00
committed by GitHub
parent 1e0bc26426
commit 53a930f8c7
5 changed files with 15 additions and 5 deletions

View File

@@ -84,6 +84,8 @@ Bugs fixed
* #11473: Type annotations containing :py:data:`~typing.Literal` enumeration
values now render correctly.
Patch by Bénédikt Tran.
* #11591: Fix support for C coverage in ``sphinx.ext.coverage`` extension.
Patch by Stephen Finucane.
Testing
-------