Skip to content

build(deps-dev): update pydata-sphinx-theme requirement from <0.15,>=0.14 to >=0.15 #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
03e3e65
build(deps-dev): update pydata-sphinx-theme requirement
dependabot[bot] Jan 15, 2024
3522666
Merge branch 'main' into dependabot/pip/pydata-sphinx-theme-gte-0.14-…
klmcadams Jan 23, 2024
2169e65
update add-license-headers to 0.2.8
klmcadams Jan 23, 2024
e44af6d
pin pydata-sphinx-theme to 0.15.0
klmcadams Jan 23, 2024
4f75d21
revert to <15 pydata-sphinx-theme
klmcadams Jan 23, 2024
1bd54d8
debug: change the pydata version
Revathyvenugopal162 Feb 15, 2024
b980df0
debug: change the pydata version
Revathyvenugopal162 Feb 15, 2024
c8f739e
Merge branch 'main' into dependabot/pip/pydata-sphinx-theme-gte-0.14-…
Revathyvenugopal162 Feb 15, 2024
9c30d92
Merge branch 'main' into dependabot/pip/pydata-sphinx-theme-gte-0.14-…
Revathyvenugopal162 Feb 19, 2024
f41e6f0
Merge branch 'main' into dependabot/pip/pydata-sphinx-theme-gte-0.14-…
jorgepiloto Apr 3, 2024
b670ea9
Merge branch 'main' into dependabot/pip/pydata-sphinx-theme-gte-0.14-…
Revathyvenugopal162 May 2, 2024
ef6d715
Adding changelog entry: 336.dependencies.md
pyansys-ci-bot May 2, 2024
583d3fa
Merge branch 'main' into dependabot/pip/pydata-sphinx-theme-gte-0.14-…
RobPasMue May 21, 2024
24ac010
Merge branch 'main' into dependabot/pip/pydata-sphinx-theme-gte-0.14-…
jorgepiloto Jun 5, 2024
beca4f4
Update pyproject.toml
Revathyvenugopal162 Jun 26, 2024
2f9a410
Apply suggestions from code review
Revathyvenugopal162 Jun 26, 2024
d446b56
Adding changelog entry: 336.dependencies.md
pyansys-ci-bot Jun 26, 2024
cc7fd7d
Update pyproject.toml
Revathyvenugopal162 Jun 26, 2024
ec5c489
Merge branch 'main' into dependabot/pip/pydata-sphinx-theme-gte-0.14-…
Revathyvenugopal162 Jun 26, 2024
0823f09
Update pyproject.toml
RobPasMue Jun 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/336.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build(deps-dev): update pydata-sphinx-theme requirement from <0.15,>=0.14 to >=0.14,<0.16
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
dependencies = [
"Sphinx>=4.2.0",
"pydata-sphinx-theme>=0.14,<0.15",
"pydata-sphinx-theme>=0.15",
"Jinja2>=3.1.2",
"importlib-metadata>=4.0",
]
Expand Down
9 changes: 4 additions & 5 deletions src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@
<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 sidebars list #} {% if
suppress_sidebar_toctree(includehidden=theme_sidebar_includehidden | tobool)
%} {% 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