From c0ade7588be063b64e5006f70334a86a5ace991e Mon Sep 17 00:00:00 2001 From: Wadim Klincov Date: Fri, 28 Jan 2022 18:53:44 +0100 Subject: [PATCH] Revert "chore: add temporary banner for v3" This reverts commit a349793307e3a975bb51f864b48e5e9825f70182. --- docs/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 465f4fc02..a80195351 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,10 +121,7 @@ # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -html_theme_options = { - "announcement": "⚠ python-gitlab 3.0.0 has been released with several " - "breaking changes.", -} +# html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = []