diff options
Diffstat (limited to 'docs/en/rst/conf.py')
-rw-r--r-- | docs/en/rst/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 3cb412a3e..71f610575 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -122,6 +122,8 @@ html_theme = 'default' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None +html_style = "bugzilla.css" + # The name of an image file (relative to this directory) to place at the top # of the sidebar. #html_logo = None |