You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/04/04 08:12:02 UTC

[superset] 02/23: chore: attempt to force docs deploy (#19424)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to tag 1.5.0rc1
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 625555ac7ee07f4f9bb50ccd8aad8d751144203c
Author: Srini Kadamati <sk...@gmail.com>
AuthorDate: Wed Mar 30 03:13:09 2022 -0400

    chore: attempt to force docs deploy (#19424)
    
    (cherry picked from commit a8e7624eb5635ed9b84f1454d35029e1c18ebdee)
---
 docs/docs/contributing/contributing-page.mdx | 4 ++--
 setup.py                                     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/docs/contributing/contributing-page.mdx b/docs/docs/contributing/contributing-page.mdx
index d6cdd2cecf..f4f3cd6400 100644
--- a/docs/docs/contributing/contributing-page.mdx
+++ b/docs/docs/contributing/contributing-page.mdx
@@ -8,8 +8,8 @@ version: 1
 ## Contributing to Superset
 
 Superset is an [Apache Software foundation](https://www.apache.org/theapacheway/index.html) project.
-The core contributors (or committers) to Superset communicate primarily in the following channels (all of
-which you can join):
+The core contributors (or committers) to Superset communicate primarily in the following channels (
+which can be joined by anyone):
 
 - [Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org)
 - [Apache Superset Slack community](https://join.slack.com/t/apache-superset/shared_invite/zt-16jvzmoi8-sI7jKWp~xc2zYRe~NqiY9Q)
diff --git a/setup.py b/setup.py
index 6943479801..02b3924c72 100644
--- a/setup.py
+++ b/setup.py
@@ -23,8 +23,8 @@ import sys
 from setuptools import find_packages, setup
 
 BASE_DIR = os.path.abspath(os.path.dirname(__file__))
-
 PACKAGE_JSON = os.path.join(BASE_DIR, "superset-frontend", "package.json")
+
 with open(PACKAGE_JSON, "r") as package_file:
     version_string = json.load(package_file)["version"]