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

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 003a549  Remove redundant parentheses from Python file (#14336)
003a549 is described below

commit 003a549796e4e5c83a61a7fda3796cd8c551cb9c
Author: John Bampton <[email protected]>
AuthorDate: Sun Feb 21 08:25:46 2021 +1000

    Remove redundant parentheses from Python file (#14336)
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 411796c..d49759d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -318,7 +318,7 @@ if PACKAGE_NAME == 'apache-airflow':
     jinja_contexts = {
         'config_ctx': {"configs": default_config_yaml(), "deprecated_options": 
deprecated_options},
         'quick_start_ctx': {
-            'doc_root_url': 
(f'https://airflow.apache.org/docs/apache-airflow/{PACKAGE_VERSION}/')
+            'doc_root_url': 
f'https://airflow.apache.org/docs/apache-airflow/{PACKAGE_VERSION}/'
             if FOR_PRODUCTION
             else (
                 
'http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/latest/'

Reply via email to