Open maphew opened 11 years ago
hmm, the warning is issued based on the mere presence of the STATIC = [...]
directive in conf.py
, e.g. this will trigger it (and the directory doesn't even have to exist):
STATIC = ['assets']
The documentation is only valid for stable releases. I'm currently working an the assets integration and you'll find a more up-to-date documentation here: feature/webassets/docs/assets.rst.
It just checks for a list of strings and triggers the warning.
compile
andautocompile
issue the following warning, butdocs/assets.rst
still shows a multiple example.assets.rst: