Skip to content
Snippets Groups Projects
Commit a92d3e8e authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

docs fix

parent 106af1a8
No related branches found
No related tags found
No related merge requests found
Pipeline #63904 passed with stages
in 3 minutes and 18 seconds
...@@ -157,6 +157,16 @@ texinfo_documents = [ ...@@ -157,6 +157,16 @@ texinfo_documents = [
'Miscellaneous'), 'Miscellaneous'),
] ]
autodoc_default_options = {
'members': True,
}
autodoc_default_flags = [
'show-inheritance'
]
autodoc_typehints = "description"
autoclass_content = 'both'
from coolamqp.framing.definitions import BINARY_HEADER_TO_METHOD from coolamqp.framing.definitions import BINARY_HEADER_TO_METHOD
with open('frames.rst', 'w') as f_out: with open('frames.rst', 'w') as f_out:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment