-
Notifications
You must be signed in to change notification settings - Fork 30
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
Check / remove sphinx _static warning (maybe just in Sphinx v3.5.1) #380
Comments
Tried to reproduce, but I don't get that warning (but some others):
|
Interesting. I'm running Sphinx v3.5.1 maybe that's the difference. |
readthedocs even runs on sphinx 1.8.5, so we need to be careful in case there was any incompatible change. |
Good point. Changed the headline. |
Locally, there is a sphinx warning in case
html_static_path = ['_static']
in conf.py is used.The warning:
WARNING: html_static_path entry '_static' does not exist
The warning disappears as soon as the line is commented out. However we are not sure if this line is needed for readthedocs.io.
@ThomasWaldmann fyi, as discussed.
The text was updated successfully, but these errors were encountered: