diff --git a/docs/api_reference/_static/css/custom.css b/docs/api_reference/_static/css/custom.css index 4bd681367cf..c6ab5cc7692 100644 --- a/docs/api_reference/_static/css/custom.css +++ b/docs/api_reference/_static/css/custom.css @@ -24,3 +24,16 @@ table.longtable code { table.longtable td { max-width: 600px; } + +.banner { + background-color: #f0f0f0; + color: #333; + padding: 10px; + text-align: center; + font-weight: bold; + position: fixed; + top: 0; + left: 0; + right: 0; + z-index: 1000; +} \ No newline at end of file diff --git a/docs/api_reference/themes/scikit-learn-modern/layout.html b/docs/api_reference/themes/scikit-learn-modern/layout.html index e0214642d35..20a9fcab6ed 100644 --- a/docs/api_reference/themes/scikit-learn-modern/layout.html +++ b/docs/api_reference/themes/scikit-learn-modern/layout.html @@ -43,6 +43,9 @@ + {%- block extrahead %} {% endblock %}