Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Sphinx warning #393

Merged
merged 1 commit into from Mar 24, 2021
Merged

fix Sphinx warning #393

merged 1 commit into from Mar 24, 2021

Conversation

jugmac00
Copy link
Contributor

Sphinx issues a warning, when the html_static_path contains paths with
underscores.

tox -e docs resulted in the following warning:
"WARNING: html_static_path entry '_static' does not exist"

As _static is the default value for html_static_path there is no
need to configure it explicitly.

Also see readthedocs/readthedocs.org#1776

An alternative approach would have been to set the path to e.g.
static.

Sphinx issues a warning, when the `html_static_path` contains paths with
underscores.

`tox -e docs` resulted in the following warning:
"WARNING: html_static_path entry '_static' does not exist"

As `_static` is the default value for `html_static_path` there is no
need to configure it explicitly.

Also see readthedocs/readthedocs.org#1776

An alternative approach would have been to set the path to e.g.
`static`.
@miguelgrinberg miguelgrinberg merged commit a2d31b7 into miguelgrinberg:master Mar 24, 2021
@jugmac00 jugmac00 deleted the fix-sphinx-warning branch March 24, 2021 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants