Skip to content

Commit 968b956

Browse files
dependabot[bot]RobPasMuepre-commit-ci[bot]
authored
Build(deps): Bump the deps group with 2 updates (#659)
* Build(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [ansys-sound-core](https://github.com/ansys/pyansys-sound) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-sound-core` from 0.1.2 to 0.1.3 - [Release notes](https://github.com/ansys/pyansys-sound/releases) - [Changelog](https://github.com/ansys/pyansys-sound/blob/main/CHANGELOG.md) - [Commits](ansys/pyansys-sound@v0.1.2...v0.1.3) Updates `ansys-sphinx-theme` from 0.16.6 to 1.0.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v0.16.6...v1.0.0) --- updated-dependencies: - dependency-name: ansys-sound-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> * feat: adapt logo call * Update doc/source/conf.py * feat: remove logo import * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fb5e5c9 commit 968b956

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

doc/source/conf.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
from datetime import datetime
44
import os
55

6-
from ansys_sphinx_theme import (
7-
ansys_favicon,
8-
convert_version_to_pymeilisearch,
9-
get_version_match,
10-
pyansys_logo_black,
11-
)
6+
from ansys_sphinx_theme import ansys_favicon, convert_version_to_pymeilisearch, get_version_match
127
from sphinx.builders.latex import LaTeXBuilder
138

149
from pyansys import __version__ as pyansys_version
@@ -25,8 +20,6 @@
2520
# get the PyAnsys version
2621
release = version = pyansys_version
2722

28-
# use the default pyansys logo
29-
html_logo = pyansys_logo_black
3023
html_theme = "ansys_sphinx_theme"
3124
html_short_title = html_title = "PyAnsys"
3225

@@ -47,6 +40,7 @@
4740
}
4841

4942
html_theme_options = {
43+
"logo": "pyansys",
5044
"github_url": "https://github.com/ansys/pyansys",
5145
"show_prev_next": False,
5246
"show_breadcrumbs": True,

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050
"ansys-seascape==0.2.0",
5151
"ansys-sherlock-core==0.6.0",
5252
"ansys-simai-core==0.2.2",
53-
"ansys-sound-core==0.1.2",
53+
"ansys-sound-core==0.1.3",
5454
"ansys-systemcoupling-core==0.6.0",
5555
"ansys-turbogrid-core==0.4.1",
5656
"ansys-workbench-core==0.4.0",
@@ -94,7 +94,7 @@ all = [
9494
]
9595
doc = [
9696
"Sphinx==8.0.2",
97-
"ansys-sphinx-theme==0.16.6",
97+
"ansys-sphinx-theme==1.0.0",
9898
"sphinx-copybutton==0.5.2",
9999
"sphinx-design==0.6.1",
100100
"sphinxcontrib-mermaid==0.9.2",

0 commit comments

Comments
 (0)