Skip to content

Commit 9aef150

Browse files
committed
docs(conf): Narrowly tailor warning suppressions
1 parent f994fa0 commit 9aef150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def setup(app):
100100
autoapi_type = "python"
101101
autoapi_dirs = [project_root / "libvcs"]
102102
autoapi_generate_api_docs = False # when fales, use directives
103-
suppress_warnings = ["autoapi"]
103+
suppress_warnings = ["autoapi.python_import_resolution", "autoapi.not_readable"]
104104

105105
# sphinxext.opengraph
106106
ogp_site_url = about["__docs__"]

0 commit comments

Comments
 (0)