diff --git a/docs/sources/_extensions/autoapi_kivymd.py b/docs/sources/_extensions/autoapi_kivymd.py index cf1632db1..c2c5117f8 100644 --- a/docs/sources/_extensions/autoapi_kivymd.py +++ b/docs/sources/_extensions/autoapi_kivymd.py @@ -26,7 +26,7 @@ def PythonPythonMapper_include_dir(self: PythonPythonMapper, root): if os.path.isabs(root): - parts = [self.app.confdir] + parts = [str(self.app.confdir)] else: parts = [""] # Config root folder parts.extend(self.pathname.split(os.path.sep)) @@ -54,7 +54,7 @@ def PythonSphinxMapper_output_rst( self.objects.items(), bold("[AutoAPI] ") + "Rendering Data... ", length=len(self.objects), - verbosity="INFO", + verbosity=1, stringify_func=(lambda x: x[0]), ): rst = obj.render(