From 8efbbdd1d14ae2f1e0f1f6b41521ad13d8a1f827 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Wed, 14 Apr 2021 09:14:37 -0700 Subject: Clean up the options. Signed-off-by: Tim 'mithro' Ansell --- docs/conf.py | 52 ++-------------------------------------------------- 1 file changed, 2 insertions(+), 50 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5b1432c..10afce9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -122,56 +122,8 @@ html_theme = 'sphinx_symbiflow_theme' # documentation. # html_theme_options = { - # Specify a list of menu in Header. - # Tuples forms: - # ('Name', 'external url or path of pages in the document', - # boolean, 'icon name') - # - # Third argument: - # True indicates an external link. - # False indicates path of pages in the document. - # - # Fourth argument: - # Specify the icon name. - # For details see link. - # https://material.io/icons/ - 'header_links': [ - ('Home', 'index', False, 'home'), - ("GitHub", - "https://github.com/SymbiFlow/fpga-interchange-schema", - True, - 'link'), - ], - - # Customize css colors. - # For details see link. - # https://getmdl.io/customize/index.html - # - # Values: amber, blue, brown, cyan deep_orange, deep_purple, green, grey, - # indigo, light_blue, light_green, lime, orange, pink, purple, red, - # teal, yellow - # (Default: indigo) - 'primary_color': 'deep_purple', - # Values: Same as primary_color. (Default: pink) - 'accent_color': 'purple', - - # Customize layout. - # For details see link. - # https://getmdl.io/components/index.html#layout-section - 'fixed_drawer': True, - 'fixed_header': True, - 'header_waterfall': True, - 'header_scroll': False, - - # Render title in header. - # Values: True, False (Default: False) - 'show_header_title': False, - # Render title in drawer. - # Values: True, False (Default: True) - 'show_drawer_title': True, - # Render footer. - # Values: True, False (Default: True) - 'show_footer': True + 'repo_name': 'SymbiFlow/fpga-interchange-schema', + 'github_url': 'https://github.com/SymbiFlow/fgpa-interchange-schema', } # Add any paths that contain custom static files (such as style sheets) here, -- cgit v1.2.3