Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
[#213] Fix custom CSS inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Dec 13, 2017
1 parent de8003f commit 5f90cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/_static/css/goodtables.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url("theme.css");

body {
font-family: frictionlessdata, Raleway, Helvetica Neue, Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
'logo_only': True,
}

html_style = 'css/goodtables.css'
html_logo = '_static/img/logo.svg'

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down Expand Up @@ -174,3 +173,4 @@ def setup(app):
'enable_eval_rst': True,
}, True)
app.add_transform(AutoStructify)
app.add_stylesheet('css/goodtables.css')

0 comments on commit 5f90cff

Please sign in to comment.