{#-
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 %}