Skip to content

Commit 176ee26

Browse files
dependabot[bot]PProfiziRevathyvenugopal162
authored
Bump ansys-sphinx-theme from 1.0.11 to 1.1.1 (#713)
* 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]>
1 parent d8ac9b6 commit 176ee26

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ def reset_servers(gallery_conf, fname, when):
226226
"version_match": get_version_match(__version__),
227227
},
228228
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
229+
"static_search": {
230+
"threshold": 0.5,
231+
"min_chars_for_search": 2,
232+
"ignoreLocation": True,
233+
},
229234
}
230235

231236
# Add any paths that contain custom static files (such as style sheets) here,

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pytest-sphinx==0.6.3
1010
sphinx-notfound-page==1.0.4
1111
sphinx-copybutton==0.5.0
1212
sphinx-gallery==0.18.0
13-
ansys_sphinx_theme==1.0.11
13+
ansys_sphinx_theme==1.1.1
1414
sphinx-autodoc-typehints==2.4.4; python_version == '3.8'
1515
sphinx-autodoc-typehints==2.4.4; python_version >= '3.9'
1616
pyvista==0.44.1

0 commit comments

Comments
 (0)