doc: move all css files to _static/css

Move all CSS files to the _static/css subfolder.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-03-29 23:48:48 +02:00 committed by Carles Cufí
commit a4ea28236c
2 changed files with 1 additions and 1 deletions

View file

@ -579,7 +579,7 @@ linkcheck_workers = 10
linkcheck_anchors = False
def setup(app):
app.add_css_file("zephyr-custom.css")
app.add_css_file("css/zephyr-custom.css")
app.add_js_file("https://www.googletagmanager.com/gtag/js?id=UA-831873-47")
app.add_js_file("js/ga-tracker.js")