Skip to content

Commit 5169539

Browse files
docs: change max header links before more dropdown (#1527)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 1ce28f7 commit 5169539

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/1527.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
change max header links before more dropdown

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def intersphinx_pyansys_geometry(switcher_version: str):
135135
"doc_path": "doc/source",
136136
}
137137
html_theme_options = {
138-
"header_links_before_dropdown": 7,
138+
"header_links_before_dropdown": 4,
139139
"logo": "pyansys",
140140
"switcher": {
141141
"json_url": f"https://{cname}/versions.json",

0 commit comments

Comments
 (0)