Skip to content

Commit

Permalink
Remove html_static_path entry since it doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Jul 22, 2024
1 parent e6b9b80 commit e925d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down

0 comments on commit e925d5f

Please sign in to comment.