diff options
author | Wadim Klincov <wadimklincov@users.noreply.github.com> | 2022-01-29 21:31:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 22:31:59 +0100 |
commit | 7a13b9bfa4aead6c731f9a92e0946dba7577c61b (patch) | |
tree | 1d81970021f16bdcf9d2b7db1aa582703018e375 /docs/conf.py | |
parent | 2b6edb9a0c62976ff88a95a953e9d3f2c7f6f144 (diff) | |
download | gitlab-7a13b9bfa4aead6c731f9a92e0946dba7577c61b.tar.gz |
docs: revert "chore: add temporary banner for v3" (#1864)
This reverts commit a349793307e3a975bb51f864b48e5e9825f70182.
Co-authored-by: Wadim Klincov <wadim.klincov@siemens.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 465f4fc..a801953 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,10 +121,7 @@ html_theme = "furo" # 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 " - "<a href='changelog.html#breaking'>breaking changes</a>.", -} +# html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] |