Merge pull request #202 from antmicro/118-link-to-license
Added license link in the footer
This commit is contained in:
commit
9fcfb4c10f
|
@ -199,6 +199,7 @@ html_theme_options = {
|
||||||
|
|
||||||
# Hide the symbiflow links
|
# Hide the symbiflow links
|
||||||
'hide_symbiflow_links': True,
|
'hide_symbiflow_links': True,
|
||||||
|
'license_url' : 'https://www.apache.org/licenses/LICENSE-2.0',
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# Add any paths that contain custom static files (such as style sheets) here,
|
||||||
|
|
Loading…
Reference in New Issue