Skip to content

Commit 71720ab

Browse files
authored
Merge pull request #36 from mithro/main
Clean up the options.
2 parents 9179a26 + 8efbbdd commit 71720ab

File tree

1 file changed

+2
-50
lines changed

1 file changed

+2
-50
lines changed

docs/conf.py

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -122,56 +122,8 @@
122122
# documentation.
123123
#
124124
html_theme_options = {
125-
# Specify a list of menu in Header.
126-
# Tuples forms:
127-
# ('Name', 'external url or path of pages in the document',
128-
# boolean, 'icon name')
129-
#
130-
# Third argument:
131-
# True indicates an external link.
132-
# False indicates path of pages in the document.
133-
#
134-
# Fourth argument:
135-
# Specify the icon name.
136-
# For details see link.
137-
# https://material.io/icons/
138-
'header_links': [
139-
('Home', 'index', False, 'home'),
140-
("GitHub",
141-
"https://github.com/SymbiFlow/fpga-interchange-schema",
142-
True,
143-
'link'),
144-
],
145-
146-
# Customize css colors.
147-
# For details see link.
148-
# https://getmdl.io/customize/index.html
149-
#
150-
# Values: amber, blue, brown, cyan deep_orange, deep_purple, green, grey,
151-
# indigo, light_blue, light_green, lime, orange, pink, purple, red,
152-
# teal, yellow
153-
# (Default: indigo)
154-
'primary_color': 'deep_purple',
155-
# Values: Same as primary_color. (Default: pink)
156-
'accent_color': 'purple',
157-
158-
# Customize layout.
159-
# For details see link.
160-
# https://getmdl.io/components/index.html#layout-section
161-
'fixed_drawer': True,
162-
'fixed_header': True,
163-
'header_waterfall': True,
164-
'header_scroll': False,
165-
166-
# Render title in header.
167-
# Values: True, False (Default: False)
168-
'show_header_title': False,
169-
# Render title in drawer.
170-
# Values: True, False (Default: True)
171-
'show_drawer_title': True,
172-
# Render footer.
173-
# Values: True, False (Default: True)
174-
'show_footer': True
125+
'repo_name': 'SymbiFlow/fpga-interchange-schema',
126+
'github_url': 'https://github.com/SymbiFlow/fgpa-interchange-schema',
175127
}
176128

177129
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)