Skip to content

Commit

Permalink
doc: move all css files to _static/css
Browse files Browse the repository at this point in the history
Move all CSS files to the _static/css subfolder.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Mar 31, 2021
1 parent bbab815 commit a4ea282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
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")
Expand Down

0 comments on commit a4ea282

Please sign in to comment.