diff options
author | Tim Ansell <me@mith.ro> | 2021-04-14 09:22:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 09:22:07 -0700 |
commit | 71720ab240136076ea0d22424f1ab88be0ba00f9 (patch) | |
tree | e639305597c1f594a167db8bf15e3ced7d66880c | |
parent | 9179a269218f415f96dda96e1e5e85de401d68cd (diff) | |
parent | 8efbbdd1d14ae2f1e0f1f6b41521ad13d8a1f827 (diff) | |
download | fpga-interchange-schema-71720ab240136076ea0d22424f1ab88be0ba00f9.tar.gz fpga-interchange-schema-71720ab240136076ea0d22424f1ab88be0ba00f9.tar.bz2 fpga-interchange-schema-71720ab240136076ea0d22424f1ab88be0ba00f9.zip |
Merge pull request #36 from mithro/main
Clean up the options.
-rw-r--r-- | docs/conf.py | 52 |
1 files 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, |