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 50
50
("py:meth" , "protocol.WebSocketCommonProtocol.connection_lost" ),
51
51
("py:meth" , "protocol.WebSocketCommonProtocol.read_message" ),
52
52
("py:meth" , "protocol.WebSocketCommonProtocol.write_frame" ),
53
+ # Caused by https://github.com/sphinx-doc/sphinx/issues/13838
54
+ ("py:class" , "ssl_module.SSLContext" ),
53
55
]
54
56
55
57
# 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:
233
233
234
234
"""
235
235
236
+ # Arguments of type SSLContext don't render correctly in the documentation
237
+ # because of https://github.com/sphinx-doc/sphinx/issues/13838.
238
+
236
239
def __init__ (
237
240
self ,
238
241
uri : str ,
You can’t perform that action at this time.
0 commit comments