commit | 6b1a7faf92310cd97904fd6feacef17afa5b2f33 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Mon Mar 29 20:46:59 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Mar 31 10:39:48 2021 +0200 |
tree | 4e44689cd97865a1b4f6a59993007634875afeeb | |
parent | 8697935882a8daffe63904464ace70a3f4d77200 [diff] |
doc: move static folder to _static Move static content to _static. It is better to prefix all Sphinx related folders with an underscore to emphasize that the folder does not contain actual documentation. Static content gets copied into _static folder when documentation is built, so it also makes things more consistent. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>