Skip to content

Commit 4d94eb5

Browse files
committed
Try to fix warning
1 parent cdc4de6 commit 4d94eb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@
5252
# Add any paths that contain custom static files (such as style sheets) here,
5353
# relative to this directory. They are copied after the builtin static files,
5454
# so a file named "default.css" will overwrite the builtin "default.css".
55-
html_static_path = []
55+
html_static_path = []
56+
57+
# This value contains a list of modules to be mocked up.
58+
autodoc_mock_imports = ["camel_converter"]

0 commit comments

Comments
 (0)