Skip to content

Commit f727a18

Browse files
dependabot[bot]pyansys-ci-botjorgepiloto
committed
chore(deps): update pydata-sphinx-theme requirement from <0.16,>=0.15.4 to >=0.15.4,<0.17 (#605)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Jorge Martinez <[email protected]> Co-authored-by: Jorge Martínez <[email protected]>
1 parent 63e5519 commit f727a18

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

doc/changelog.d/605.dependencies.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore(deps): update pydata-sphinx-theme requirement from <0.16,>=0.15.4 to >=0.15.4,<0.17

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"Sphinx>=4.2.0",
27-
"pydata-sphinx-theme>=0.15.4,<0.16",
27+
"pydata-sphinx-theme>=0.15.4,<0.17",
2828
"Jinja2>=3.1.2",
2929
"importlib-metadata>=4.0",
3030
"pdf2image>=1.17.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{# Sphinx sidebar template: "show source" link. #}
2+
{%- if show_source and has_source and sourcename %}
3+
<div role="note" aria-label="source link">
4+
<ul class="this-page-menu">
5+
<li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
6+
rel="nofollow">{{ _('Show Source') }}</a></li>
7+
</ul>
8+
</div>
9+
{%- endif %}

0 commit comments

Comments
 (0)