Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Fiz `Sphinx` errors.
  • Loading branch information
HeaTTheatR committed Dec 28, 2023
1 parent 25e8207 commit 609b553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/_extensions/autoapi_kivymd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 609b553

Please sign in to comment.