Skip to content

Commit

Permalink
Fix Sphinx build warning _static path not found
Browse files Browse the repository at this point in the history
We don't use static files, thus comment out the option.
  • Loading branch information
JOJ0 committed Jul 26, 2024
1 parent 6244d1b commit 0cda9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

html_theme_options = {
'collapse_navigation': True,
Expand Down

0 comments on commit 0cda9b6

Please sign in to comment.