From a92d3e8eb1268da4d91a04cbcfa4f275549c8db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 13 Nov 2024 13:53:51 +0100 Subject: [PATCH] docs fix --- docs/conf.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f8f08c5..9100384 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -157,6 +157,16 @@ texinfo_documents = [ '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 with open('frames.rst', 'w') as f_out: -- GitLab