You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/01/23 11:22:27 UTC

[airflow] branch main updated: Hide version selector for non-versioned packages (#21041)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 337f01c  Hide version selector for non-versioned packages (#21041)
337f01c is described below

commit 337f01cd9ed24ab4173727c30834f2a0056afac0
Author: Kamil BreguĊ‚a <mi...@users.noreply.github.com>
AuthorDate: Sun Jan 23 12:21:36 2022 +0100

    Hide version selector for non-versioned packages (#21041)
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 149f016..93ce979 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -303,7 +303,7 @@ html_sidebars = {
         'searchbox.html',
         'globaltoc.html',
     ]
-    if FOR_PRODUCTION
+    if FOR_PRODUCTION and PACKAGE_VERSION != 'devel'
     else [
         'searchbox.html',
         'globaltoc.html',