File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5050 ("py:meth" , "protocol.WebSocketCommonProtocol.connection_lost" ),
5151 ("py:meth" , "protocol.WebSocketCommonProtocol.read_message" ),
5252 ("py:meth" , "protocol.WebSocketCommonProtocol.write_frame" ),
53+ # Caused by https://github.com/sphinx-doc/sphinx/issues/13838
54+ ("py:class" , "ssl_module.SSLContext" ),
5355]
5456
5557# Add any Sphinx extension module names here, as strings. They can be
Original file line number Diff line number Diff line change @@ -233,6 +233,9 @@ class connect:
233233
234234 """
235235
236+ # Arguments of type SSLContext don't render correctly in the documentation
237+ # because of https://github.com/sphinx-doc/sphinx/issues/13838.
238+
236239 def __init__ (
237240 self ,
238241 uri : str ,
You can’t perform that action at this time.
0 commit comments