Merge pull request #8802 from tk0miya/8775_pydomain_pep604

py domain: Support type union operator (PEP-604) (refs: #8775)
This commit is contained in:
Takeshi KOMIYA
2021-02-01 21:22:38 +09:00
committed by GitHub
3 changed files with 38 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ Features added
* #8004: napoleon: Type definitions in Google style docstrings are rendered as
references when :confval:`napoleon_preprocess_types` enabled
* #6241: mathjax: Include mathjax.js only on the document using equations
* #8775: py domain: Support type union operator (PEP-604)
* #8651: std domain: cross-reference for a rubric having inline item is broken
* #7642: std domain: Optimize case-insensitive match of term
* #8681: viewcode: Support incremental build