Skip to content

Commit f7592af

Browse files
committed
doc: Fix for warnings
1 parent 51d3397 commit f7592af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
1414

1515
html_theme = "furo"
16-
html_static_path = ["_static"]
17-
html_extra_path = ["_extra"]
16+
html_static_path = []
17+
html_extra_path = []
1818

1919
# -- Options for Linkcheck output
2020
linkcheck_ignore = [

0 commit comments

Comments
 (0)