Skip to content

Commit

Permalink
ver: bump version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Aug 3, 2023
1 parent cf42150 commit 143b328
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ansys_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from ansys_sphinx_theme.latex import generate_404 # noqa: F401

__version__ = "0.10.0"
__version__ = "0.10.1"


# Declare the fundamental paths of the theme
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
enableDarkMode: "auto",
debug: true, // Set debug to true if you want to inspect the dropdown
meilisearchOptions: {
limit: 10,
limit: 1000,
},
});

Expand Down
11 changes: 11 additions & 0 deletions src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
{%- include "sections/header.html" %}
</nav>
{% endblock docs_navbar %}
<style>
.bd-main .bd-content .bd-article-container {
display: flex;
flex-direction: column;
justify-content: start;
max-width: 70em;
overflow-x: auto;
padding: 1rem;
width: 100%;
}
</style>
<div class="bd-container">
<div class="bd-container__inner bd-page-width">
{# Primary sidebar #}
Expand Down

0 comments on commit 143b328

Please sign in to comment.