diff --git a/source/conf.py b/source/conf.py index 160439c..6e4f711 100644 --- a/source/conf.py +++ b/source/conf.py @@ -25,5 +25,6 @@ html_logo = '_static/_images/gdcc-logo.png' html_static_path = ['_static'] html_theme_options = { - "show_prev_next": False + "show_prev_next": False, + "header_links_before_dropdown": 6, }