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>
This commit is contained in:
parent
8697935882
commit
6b1a7faf92
6 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 9 KiB After Width: | Height: | Size: 9 KiB |
|
@ -213,7 +213,7 @@ html_favicon = 'images/zp_favicon.png'
|
|||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['{}/doc/static'.format(ZEPHYR_BASE)]
|
||||
html_static_path = ['{}/doc/_static'.format(ZEPHYR_BASE)]
|
||||
|
||||
# Add any extra paths that contain custom files (such as robots.txt or
|
||||
# .htaccess) here, relative to this directory. These files are copied
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue