From e3f231464aabcec34187fe48034fe48354cc11e7 Mon Sep 17 00:00:00 2001 From: Wojciech Gryncewicz Date: Tue, 3 Nov 2020 15:02:23 +0100 Subject: [PATCH] Added license link in the footer --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index c88cc23..b817d54 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -199,6 +199,7 @@ html_theme_options = { # Hide the symbiflow links '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,