Skip to content

Commit

Permalink
build: bump ansys-sphinx-theme from 1.0.5 to 1.0.7 in the core group (#…
Browse files Browse the repository at this point in the history
…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] <support@github.com>

* 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Co-authored-by: German <28149841+germa89@users.noreply.github.com>
Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 4, 2024
1 parent 934c84d commit 193af83
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3382.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump ansys-sphinx-theme from 1.0.5 to 1.0.7 in the core group
Binary file removed doc/source/_static/pyansys-logo-dark_mode.png
Binary file not shown.
5 changes: 1 addition & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@
pyansys_light_mode_logo = str(
os.path.join(SOURCE_PATH, "_static", "pyansys-logo-light_mode.png")
)
pyansys_dark_mode_logo = str(
os.path.join(SOURCE_PATH, "_static", "pyansys-logo-dark_mode.png")
)

# -- General configuration ---------------------------------------------------
extensions = [
Expand Down Expand Up @@ -277,8 +274,8 @@
# -- Options for HTML output -------------------------------------------------
html_short_title = html_title = "PyMAPDL"
html_theme = "ansys_sphinx_theme"
html_logo = pyansys_dark_mode_logo
html_theme_options = {
"logo": "pyansys",
"analytics": {"google_analytics_id": "G-JQJKPV6ZVB"},
"github_url": f"https://github.com/{USERNAME}/{REPOSITORY_NAME}",
"show_prev_next": False,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.54.0",
"ansys-tools-visualization-interface==0.4.0",
"ansys-sphinx-theme==1.0.5",
"ansys-sphinx-theme==1.0.7",
"grpcio==1.66.1",
"imageio-ffmpeg==0.5.1",
"imageio==2.35.1",
Expand Down

0 comments on commit 193af83

Please sign in to comment.