diff --git a/docs/conf.py b/docs/conf.py index 3401fb4c5..22f65bc43 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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') \ No newline at end of file