Skip to content

Commit ac413c5

Browse files
fix for search bar issue (#1160)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent c084802 commit ac413c5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix for search bar issue

doc/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
"json_url": f"https://{cname}/versions.json",
4242
"version_match": get_version_match(__version__),
4343
},
44-
"check_switcher": False,
45-
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
4644
"navigation_with_keys": False,
4745
"github_url": "https://github.com/ansys/pyprimemesh",
4846
"show_prev_next": False,

doc/source/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ for the Ansys Prime Server and install this image.
168168

169169
.. code-block:: pycon
170170
171-
docker pull ghcr.io/ansys/prime:25.2.0
171+
docker pull ghcr.io/ansys/prime:25.2.2
172172
173173
174174
Build the Ansys Prime Server linux container

0 commit comments

Comments
 (0)