We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f994fa0 commit 9aef150Copy full SHA for 9aef150
1 file changed
docs/conf.py
@@ -100,7 +100,7 @@ def setup(app):
100
autoapi_type = "python"
101
autoapi_dirs = [project_root / "libvcs"]
102
autoapi_generate_api_docs = False # when fales, use directives
103
-suppress_warnings = ["autoapi"]
+suppress_warnings = ["autoapi.python_import_resolution", "autoapi.not_readable"]
104
105
# sphinxext.opengraph
106
ogp_site_url = about["__docs__"]
0 commit comments