Skip to content

fix Sphinx warning - #393

Merged
miguelgrinberg merged 1 commit into
miguelgrinberg:masterfrom
jugmac00:fix-sphinx-warning
Mar 24, 2021
Merged

fix Sphinx warning#393
miguelgrinberg merged 1 commit into
miguelgrinberg:masterfrom
jugmac00:fix-sphinx-warning

Conversation

@jugmac00

Copy link
Copy Markdown
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.

2 participants