diff --git a/packages/google-cloud-webrisk/docs/_static/custom.css b/packages/google-cloud-webrisk/docs/_static/custom.css
new file mode 100644
index 000000000000..9a6f9f8ddc3a
--- /dev/null
+++ b/packages/google-cloud-webrisk/docs/_static/custom.css
@@ -0,0 +1,4 @@
+div#python2-eol {
+	border-color: red;
+	border-width: medium;
+}
\ No newline at end of file
diff --git a/packages/google-cloud-webrisk/docs/_templates/layout.html b/packages/google-cloud-webrisk/docs/_templates/layout.html
new file mode 100644
index 000000000000..de457b2c2767
--- /dev/null
+++ b/packages/google-cloud-webrisk/docs/_templates/layout.html
@@ -0,0 +1,49 @@
+{% extends "!layout.html" %}
+{%- block content %}
+{%- if theme_fixed_sidebar|lower == 'true' %}
+  <div class="document">
+    {{ sidebar() }}
+    {%- block document %}
+      <div class="documentwrapper">
+      {%- if render_sidebar %}
+        <div class="bodywrapper">
+      {%- endif %}
+
+          {%- block relbar_top %}
+            {%- if theme_show_relbar_top|tobool %}
+              <div class="related top">
+                &nbsp;
+                {{- rellink_markup () }}
+              </div>
+            {%- endif %}
+          {% endblock %}
+
+          <div class="body" role="main">
+          	<div class="admonition" id="python2-eol"> 
+          	 On January 1, 2020 this library will no longer support Python 2 on the latest released version. 
+          	 Previously released library versions will continue to be available. For more information please
+          	 visit <a href="https://cloud.google.com/python/docs/python2-sunset/">Python 2 support on Google Cloud</a>.
+          	</div>
+            {% block body %} {% endblock %}
+          </div>
+
+          {%- block relbar_bottom %}
+            {%- if theme_show_relbar_bottom|tobool %}
+              <div class="related bottom">
+                &nbsp;
+                {{- rellink_markup () }}
+              </div>
+            {%- endif %}
+          {% endblock %}
+
+      {%- if render_sidebar %}
+        </div>
+      {%- endif %}
+      </div>
+    {%- endblock %}
+    <div class="clearer"></div>
+  </div>
+{%- else %}
+{{ super() }}
+{%- endif %}
+{%- endblock %}
diff --git a/packages/google-cloud-webrisk/docs/conf.py b/packages/google-cloud-webrisk/docs/conf.py
index 0b6fd1a76b85..4b96fcc8f2bf 100644
--- a/packages/google-cloud-webrisk/docs/conf.py
+++ b/packages/google-cloud-webrisk/docs/conf.py
@@ -164,7 +164,7 @@
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-# html_static_path = []
+html_static_path = ["_static"]
 
 # Add any extra paths that contain custom files (such as robots.txt or
 # .htaccess) here, relative to this directory. These files are copied