Skip to content

Commit dc5e839

Browse files
committed
Add documentation for AuthnCredentialProvider
Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>
1 parent cfd0a2c commit dc5e839

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

docs/api_reference.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ Testing Utilities
187187
Helper Types
188188
============
189189

190+
.. autoclass:: blazingmq.AuthnCredentialProvider
191+
190192
.. autoclass:: blazingmq.PropertyTypeDict
191193

192194
.. autoclass:: blazingmq.PropertyValueDict

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@
185185

186186
autodoc_typehints = 'description'
187187
autodoc_typehints_description_target = 'documented'
188+
autodoc_type_aliases = {
189+
"AuthnCredentialProvider": "blazingmq.AuthnCredentialProvider",
190+
}
188191

189192

190193
def document_as_keyword_only(app, what, name, obj, options, signature, return_hint):

0 commit comments

Comments
 (0)