summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2022-01-06 00:03:29 +0100
committerJohn Villalovos <john@sodarock.com>2022-01-05 15:14:25 -0800
commita349793307e3a975bb51f864b48e5e9825f70182 (patch)
tree049dfed6db2aa2116cc543874c375c2ea4c0031e /docs/conf.py
parent9894b3580a7eb5c2e377c482820ff3210f913abe (diff)
downloadgitlab-a349793307e3a975bb51f864b48e5e9825f70182.tar.gz
chore: add temporary banner for v3
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a801953..465f4fc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -121,7 +121,10 @@ 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 = {}
+html_theme_options = {
+ "announcement": "⚠ python-gitlab 3.0.0 has been released with several "
+ "<a href='changelog.html#breaking'>breaking changes</a>.",
+}
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []