We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bf606 commit 9e40be1Copy full SHA for 9e40be1
docsrc/source/_static/custom.css
@@ -20,3 +20,8 @@
20
.bd-sidebar-primary div#rtd-footer-container {
21
margin: 0;
22
}
23
+
24
+ul.bd-breadcrumbs {
25
+ margin-top: -1rem;
26
+ margin-bottom: 0.5rem;
27
+}
docsrc/source/_templates/layout.html
@@ -0,0 +1,10 @@
1
+{% extends "sphinx_book_theme/layout.html" %}
2
3
+{% block docs_body %}
4
+{# This is empty and only shows up if text has been highlighted by the URL #}
5
+ {% include "components/searchbox.html" %}
6
+ <article class="bd-article">
7
+{% include "pydata_sphinx_theme/components/breadcrumbs.html" %}
8
+ {% block body %}{% endblock %}
9
+ </article>
10
+{% endblock docs_body %}
0 commit comments