Fix #9436, #9471: autodoc: crashed if autodoc_class_signature = "separated"

A list should be used for special-members option instead of set.
This commit is contained in:
Takeshi KOMIYA
2021-07-24 14:48:30 +09:00
parent 9218ad4adc
commit 4f364a30bc
2 changed files with 7 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ Bugs fixed
with the HEAD of 3.10
* #9490: autodoc: Some objects under ``typing`` module are not displayed well
with the HEAD of 3.10
* #9436, #9471: autodoc: crashed if ``autodoc_class_signature = "separated"``
* #9435: linkcheck: Failed to check anchors in github.com
Testing