From cdf8a26cafa6af6cc78a45766dfec235bd7286cc Mon Sep 17 00:00:00 2001 From: Peyman M <16763358+peymanr34@users.noreply.github.com> Date: Thu, 31 Mar 2022 23:41:35 +0430 Subject: [PATCH] Added an extra space to the readthedocs theme breadcrumbs (#2810) Co-authored-by: Oleh Prypin --- mkdocs/themes/readthedocs/breadcrumbs.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkdocs/themes/readthedocs/breadcrumbs.html b/mkdocs/themes/readthedocs/breadcrumbs.html index a8a42577..b4ba49cb 100644 --- a/mkdocs/themes/readthedocs/breadcrumbs.html +++ b/mkdocs/themes/readthedocs/breadcrumbs.html @@ -9,8 +9,8 @@
  • {{ doc.title }} »
  • {%- endif %} {%- endfor %} +
  • {{ page.title }}
  • {%- endif %} - {%- if page %}
  • {{ page.title }}
  • {%- endif %}
  • {%- block repo %} {%- if page and page.edit_url %} @@ -39,4 +39,3 @@ {%- endif %}
    -