Skip to content

Commit

Permalink
Bump ansys-sphinx-theme from 1.0.11 to 1.1.1 (#713)
Browse files Browse the repository at this point in the history
* Bump ansys-sphinx-theme from 1.0.11 to 1.1.1

Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.0.11 to 1.1.1.
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.0.11...v1.1.1)

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

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

* Add static search config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: paul.profizi <[email protected]>
Co-authored-by: Revathy Venugopal <[email protected]>
Co-authored-by: Paul Profizi <[email protected]>
  • Loading branch information
4 people authored Oct 10, 2024
1 parent d8ac9b6 commit 176ee26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ def reset_servers(gallery_conf, fname, when):
"version_match": get_version_match(__version__),
},
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
"static_search": {
"threshold": 0.5,
"min_chars_for_search": 2,
"ignoreLocation": True,
},
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pytest-sphinx==0.6.3
sphinx-notfound-page==1.0.4
sphinx-copybutton==0.5.0
sphinx-gallery==0.18.0
ansys_sphinx_theme==1.0.11
ansys_sphinx_theme==1.1.1
sphinx-autodoc-typehints==2.4.4; python_version == '3.8'
sphinx-autodoc-typehints==2.4.4; python_version >= '3.9'
pyvista==0.44.1

0 comments on commit 176ee26

Please sign in to comment.