Skip to content

Commit

Permalink
Upgrade readthedocs theme to v1.2.0 (#3058)
Browse files Browse the repository at this point in the history
* New styles for breadcrumbs and kbd tag
* Fix formatting of: definition lists, citations, table cells with multiple paragraphs,
  • Loading branch information
Sparticuz committed May 4, 2023
1 parent 3d1b011 commit 3c3670d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mkdocs/themes/readthedocs/breadcrumbs.html
Expand Up @@ -4,12 +4,12 @@
{%- if page %}
{%- for doc in page.ancestors[::-1] %}
{%- if doc.link %}
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
<li class="breadcrumb-item"><a href="{{ doc.link|e }}">{{ doc.title }}</a></li>
{%- else %}
<li>{{ doc.title }} &raquo;</li>
{%- endif %}
{%- endfor %}
<li>{{ page.title }}</li>
<li class="breadcrumb-item active">{{ page.title }}</li>
{%- endif %}
<li class="wy-breadcrumbs-aside">
{%- block repo %}
Expand Down
6 changes: 3 additions & 3 deletions mkdocs/themes/readthedocs/css/theme.css

Large diffs are not rendered by default.

0 comments on commit 3c3670d

Please sign in to comment.