Skip to content

Commit 143b328

Browse files
ver: bump version 0.10.1
1 parent cf42150 commit 143b328

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from ansys_sphinx_theme.latex import generate_404 # noqa: F401
99

10-
__version__ = "0.10.0"
10+
__version__ = "0.10.1"
1111

1212

1313
# Declare the fundamental paths of the theme

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/components/search-field.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
enableDarkMode: "auto",
4545
debug: true, // Set debug to true if you want to inspect the dropdown
4646
meilisearchOptions: {
47-
limit: 10,
47+
limit: 1000,
4848
},
4949
});
5050

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616
{%- include "sections/header.html" %}
1717
</nav>
1818
{% endblock docs_navbar %}
19+
<style>
20+
.bd-main .bd-content .bd-article-container {
21+
display: flex;
22+
flex-direction: column;
23+
justify-content: start;
24+
max-width: 70em;
25+
overflow-x: auto;
26+
padding: 1rem;
27+
width: 100%;
28+
}
29+
</style>
1930
<div class="bd-container">
2031
<div class="bd-container__inner bd-page-width">
2132
{# Primary sidebar #}

0 commit comments

Comments
 (0)