Skip to content

Commit 193af83

Browse files
dependabot[bot]pyansys-ci-botgerma89clatapie
authored
build: bump ansys-sphinx-theme from 1.0.5 to 1.0.7 in the core group (#3382)
* build: bump ansys-sphinx-theme from 1.0.5 to 1.0.7 in the core group Bumps the core group with 1 update: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-sphinx-theme` from 1.0.5 to 1.0.7 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.0.5...v1.0.7) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 3382.dependencies.md * fix: using latest ``ansys-sphinx-theme`` enhancements + removing unused logo * chore: adding changelog file 3382.documentation.md --------- 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: German <[email protected]> Co-authored-by: Camille <[email protected]>
1 parent 934c84d commit 193af83

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump ansys-sphinx-theme from 1.0.5 to 1.0.7 in the core group
-31.3 KB
Binary file not shown.

doc/source/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@
7676
pyansys_light_mode_logo = str(
7777
os.path.join(SOURCE_PATH, "_static", "pyansys-logo-light_mode.png")
7878
)
79-
pyansys_dark_mode_logo = str(
80-
os.path.join(SOURCE_PATH, "_static", "pyansys-logo-dark_mode.png")
81-
)
8279

8380
# -- General configuration ---------------------------------------------------
8481
extensions = [
@@ -277,8 +274,8 @@
277274
# -- Options for HTML output -------------------------------------------------
278275
html_short_title = html_title = "PyMAPDL"
279276
html_theme = "ansys_sphinx_theme"
280-
html_logo = pyansys_dark_mode_logo
281277
html_theme_options = {
278+
"logo": "pyansys",
282279
"analytics": {"google_analytics_id": "G-JQJKPV6ZVB"},
283280
"github_url": f"https://github.com/{USERNAME}/{REPOSITORY_NAME}",
284281
"show_prev_next": False,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ doc = [
7676
"ansys-dpf-core==0.10.1",
7777
"ansys-mapdl-reader==0.54.0",
7878
"ansys-tools-visualization-interface==0.4.0",
79-
"ansys-sphinx-theme==1.0.5",
79+
"ansys-sphinx-theme==1.0.7",
8080
"grpcio==1.66.1",
8181
"imageio-ffmpeg==0.5.1",
8282
"imageio==2.35.1",

0 commit comments

Comments
 (0)