Changeset View
Changeset View
Standalone View
Standalone View
flang/docs/conf.py
Show First 20 Lines • Show All 161 Lines • ▼ Show 20 Lines | |||||
# using the given strftime format. | # using the given strftime format. | ||||
html_last_updated_fmt = '%b %d, %Y' | html_last_updated_fmt = '%b %d, %Y' | ||||
# If true, SmartyPants will be used to convert quotes and dashes to | # If true, SmartyPants will be used to convert quotes and dashes to | ||||
# typographically correct entities. | # typographically correct entities. | ||||
#html_use_smartypants = True | #html_use_smartypants = True | ||||
# Custom sidebar templates, maps document names to template names. | # Custom sidebar templates, maps document names to template names. | ||||
#html_sidebars = {} | html_sidebars = { | ||||
'**': [ | |||||
'indexsidebar.html', | |||||
'searchbox.html', | |||||
richard.barton.arm: Shouldn't commit commented out lines. | |||||
] | |||||
} | |||||
# Additional templates that should be rendered to pages, maps page names to | # Additional templates that should be rendered to pages, maps page names to | ||||
# template names. | # template names. | ||||
#html_additional_pages = {} | #html_additional_pages = {} | ||||
# If false, no module index is generated. | # If false, no module index is generated. | ||||
#html_domain_indices = True | #html_domain_indices = True | ||||
▲ Show 20 Lines • Show All 100 Lines • Show Last 20 Lines |
Shouldn't commit commented out lines.