From a505a1c5a20c491b91bee734ffca51db7407f59b Mon Sep 17 00:00:00 2001 From: Andrew Musselman Date: Tue, 23 Apr 2019 14:37:44 -0700 Subject: [PATCH 1/2] SUPERSET-7: Docker compose config version breaks on Ubuntu 16.04 --- contrib/docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/docker-compose.yml b/contrib/docker/docker-compose.yml index b4d3f1836a53c..cd9b31e074951 100644 --- a/contrib/docker/docker-compose.yml +++ b/contrib/docker/docker-compose.yml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version: '3' +version: '2' services: redis: image: redis:3.2 From d00ce522e80f5a18f9c5d3beda1b4b6a8b419d89 Mon Sep 17 00:00:00 2001 From: Andrew Musselman Date: Tue, 23 Apr 2019 15:38:47 -0700 Subject: [PATCH 2/2] SUPERSET-8: Extra text in docs copyright footer --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 186b790eb5f5b..80d6de17cbeb4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ # General information about the project. project = "Apache Superset" -copyright = 'Copyright © 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.' +copyright = 'Copyright © 2019 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.' author = u'Apache Superset Dev' # The version info for the project you're documenting, acts as replacement for @@ -194,7 +194,7 @@ html_show_sphinx = False # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -html_show_copyright = True +html_show_copyright = False # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the