Skip to content

Commit b1d6271

Browse files
jorgepilotopyansys-ci-botRobPasMue
authored
fix: static search options (#1478)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 0d1cf61 commit b1d6271

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/changelog.d/1478.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
static search options

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def intersphinx_pyansys_geometry(switcher_version: str):
171171
},
172172
"static_search": {
173173
"threshold": 0.5,
174-
"min_chars_for_search": 2,
174+
"minMatchCharLength": 2,
175175
"ignoreLocation": True,
176176
},
177177
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tests-minimal = [
7575
"pytest-xvfb==3.0.0",
7676
]
7777
doc = [
78-
"ansys-sphinx-theme[autoapi]==1.1.3",
78+
"ansys-sphinx-theme[autoapi]==1.1.4",
7979
"ansys-tools-path==0.6.0",
8080
"ansys-tools-visualization-interface==0.4.5",
8181
"beartype==0.19.0",

0 commit comments

Comments
 (0)