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:23:16 UTC

[airflow] branch v2-2-test 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 v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


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

commit eb3ded75a436c5bb606c96c857164ded092cc381
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)
    
    (cherry picked from commit 337f01cd9ed24ab4173727c30834f2a0056afac0)
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index f21a1f4..a915b85 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',