We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fc2f7 commit 135430aCopy full SHA for 135430a
.bumpversion.cfg
@@ -14,4 +14,3 @@ replace = version = release = "{new_version}"
14
[bumpversion:file:src/mario/__init__.py]
15
search = __version__ = "{current_version}"
16
replace = __version__ = "{new_version}"
17
-
docs/conf.py
@@ -53,3 +53,5 @@
53
napoleon_use_param = True
54
55
autoapi_dirs = ["../src/mario"]
56
+
57
+html_theme_options = {"navigation_depth": 4}
0 commit comments