Skip to content

Commit 668debb

Browse files
committed
docs: Disable html_static_path to fix build warning
1 parent a52a16d commit 668debb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_git_branch():
6666
# ------------------------------------------------
6767

6868
html_logo = "mypy_light.svg"
69-
html_static_path = ["_static"]
69+
# html_static_path = ["_static"]
7070

7171
rst_prolog = ".. |...| unicode:: U+2026 .. ellipsis\n"
7272

0 commit comments

Comments
 (0)