Skip to content

Commit

Permalink
Bump version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Jan 12, 2024
1 parent a8211f6 commit 05ad8a0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-sphinx-theme"
version = "0.13.0"
version = "0.13.1"
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand All @@ -26,7 +26,7 @@ classifiers = [
]
dependencies = [
"Sphinx>=4.2.0",
"pydata-sphinx-theme>=0.14.0",
"pydata-sphinx-theme>=0.14,<0.15",
"Jinja2>=3.1.2",
"importlib-metadata>=4.0",
]
Expand Down
25 changes: 13 additions & 12 deletions src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,22 @@
id="__secondary"
/>
<label class="overlay overlay-secondary" for="__secondary"></label>
<header>
{%- if theme_announcement -%} {% include "sections/announcement.html" %} {%-
endif %} {% block docs_navbar %}
<nav class="bd-header navbar navbar-expand-lg bd-navbar">
{%- include "sections/header.html" %}
</nav>
{% endblock docs_navbar %}
</header>
<!-- header-->
{%- if theme_announcement -%} {% include "sections/announcement.html" %} {%-
endif %} {% block docs_navbar %}
<nav class="bd-header navbar navbar-expand-lg bd-navbar">
{%- include "sections/header.html" %}
</nav>
{% endblock docs_navbar %}
<!-- /header -->
<div class="bd-container">
<div class="bd-container__inner bd-page-width">
{# Primary sidebar #} {# If we have no sidebar TOC, pop the TOC component
from the sidebar list #} {% if
get_sidebar_toctree_length(show_nav_level=theme_show_nav_level|int) == 0 %}
{% set sidebars = sidebars | reject("in", "sidebar-nav-bs.html") | list %}
{% endif %}
from the sidebar list #} {# % if
get_sidebar_toctree_length(show_nav_level=theme_show_nav_level|int) == 0 %
#} {# % set sidebars = sidebars | reject("in", "sidebar-nav-bs.html") | list
% #} {# % endif % #}

<div
class="bd-sidebar-primary bd-sidebar{% if not sidebars %} hide-on-wide{% endif %}"
>
Expand Down

0 comments on commit 05ad8a0

Please sign in to comment.