Skip to content

Commit

Permalink
build(deps): bump ansys-sphinx-theme from 0.16.6 to 1.0.2 in /require…
Browse files Browse the repository at this point in the history
…ments (#470)

* build(deps): bump ansys-sphinx-theme in /requirements

Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.16.6 to 1.0.2.
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.16.6...v1.0.2)

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update conf.py

---------

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]>
  • Loading branch information
dependabot[bot] and RobPasMue authored Aug 9, 2024
1 parent 8b628d5 commit ba70fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import warnings

from ansys_sphinx_theme import get_version_match, pyansys_logo_black
from ansys_sphinx_theme import get_version_match
import pyvista
from sphinx_gallery.sorting import FileNameSortKey

Expand Down Expand Up @@ -145,14 +145,14 @@
switcher_version = get_version_match(version)
html_short_title = html_title = "PyMAPDL - Legacy Reader"
html_theme = "ansys_sphinx_theme"
html_logo = pyansys_logo_black
html_context = {
"github_user": "ansys",
"github_repo": "pymapdl-reader",
"github_version": "main",
"doc_path": "doc/source",
}
html_theme_options = {
"logo": "pyansys",
"switcher": {
"json_url": f"https://{cname}/versions.json",
"version_match": switcher_version,
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx<9
ansys-sphinx-theme==0.16.6
ansys-sphinx-theme==1.0.2
imageio==2.34.2
nest-asyncio==1.6.0
notfound==1.0.2
Expand Down

0 comments on commit ba70fcb

Please sign in to comment.