We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9894b35 commit a349793Copy full SHA for a349793
docs/conf.py
@@ -121,7 +121,10 @@
121
# Theme options are theme-specific and customize the look and feel of a theme
122
# further. For a list of options available for each theme, see the
123
# documentation.
124
-# html_theme_options = {}
+html_theme_options = {
125
+ "announcement": "⚠ python-gitlab 3.0.0 has been released with several "
126
+ "<a href='changelog.html#breaking'>breaking changes</a>.",
127
+}
128
129
# Add any paths that contain custom themes here, relative to this directory.
130
# html_theme_path = []
0 commit comments