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:
parent
bbab8152ce
commit
a4ea28236c
2 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ linkcheck_workers = 10
|
||||||
linkcheck_anchors = False
|
linkcheck_anchors = False
|
||||||
|
|
||||||
def setup(app):
|
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("https://www.googletagmanager.com/gtag/js?id=UA-831873-47")
|
||||||
app.add_js_file("js/ga-tracker.js")
|
app.add_js_file("js/ga-tracker.js")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue