Skip to content

Commit d5909d4

Browse files
Set static path to empty
It is not needed since we have no static assets and results in a warning on GitHub Actions: "WARNING: html_static_path entry '_static' does not exist" See readthedocs/readthedocs.org#1776 (comment)
1 parent ab91792 commit d5909d4

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
@@ -70,7 +70,7 @@
7070
# Add any paths that contain custom static files (such as style sheets) here,
7171
# relative to this directory. They are copied after the builtin static files,
7272
# so a file named "default.css" will overwrite the builtin "default.css".
73-
html_static_path = ['_static']
73+
html_static_path = []
7474

7575
base_url = 'https://github.com/{github_user}/{github_repo}/blob/{branch}'\
7676
.format(branch='master', **html_theme_options)

0 commit comments

Comments
 (0)