Use add_stylesheet to add custom stylesheet

This commit is contained in:
James Munnelly 2018-04-03 14:04:40 +01:00
parent c7e84d8a28
commit c06c5912ef

View File

@ -160,6 +160,8 @@ html_context = {
'display_github': True,
'github_user': 'jetstack',
'github_repo': 'cert-manager',
'github_version': 'master/docs/',
"css_files": ["_static/css/style.css"]
'github_version': 'master/docs/'
}
def setup(app):
app.add_stylesheet('css/style.css')