diff --git a/docs/source/_templates/sidebar/brand.html b/docs/source/_templates/sidebar/brand.html
new file mode 100644
index 0000000..85ff34a
--- /dev/null
+++ b/docs/source/_templates/sidebar/brand.html
@@ -0,0 +1,28 @@
+{#-
+
+Adapted from the furo theme template at:
+https://github.com/pradyunsg/furo/blob/main/src/furo/theme/furo/sidebar/brand.html
+
+- Making the logo link to Gurobi.com
+- Make the project string link to master_doc
+
+-#}
+
+ {% block brand_content %}
+ {%- if logo_url %}
+
+ {%- endif %}
+ {%- if theme_light_logo and theme_dark_logo %}
+
+ {%- endif %}
+
+
+ {{ docstitle if docstitle else project }}
+
+ {% endblock brand_content %}