Skip to content

Commit a837eb3

Browse files
docs: create empty _static directory to resolve build warnings
1 parent ed25db1 commit a837eb3

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
@@ -46,7 +46,7 @@
4646
# Templates and themes
4747
templates_path = ['_templates']
4848
html_theme = 'sphinx_rtd_theme'
49-
html_static_path = ['_static']
49+
html_static_path = [] # Disable static path
5050

5151
# Files to exclude
5252
exclude_patterns = [

0 commit comments

Comments
 (0)