From 7136bc73a46f7ba480bdbed0597604612666b790 Mon Sep 17 00:00:00 2001 From: Dipin <26918585+dipinknair@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:47:48 -0500 Subject: [PATCH] DOCS: Fix doc layout (#888) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/888.documentation.md | 1 + doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/888.documentation.md diff --git a/doc/changelog.d/888.documentation.md b/doc/changelog.d/888.documentation.md new file mode 100644 index 000000000..b967579fb --- /dev/null +++ b/doc/changelog.d/888.documentation.md @@ -0,0 +1 @@ +Fix doc layout \ No newline at end of file diff --git a/doc/source/conf.py b/doc/source/conf.py index ef7c0796a..9a0c6450d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -198,7 +198,7 @@ "show_breadcrumbs": True, "collapse_navigation": True, "use_edit_page_button": True, - "header_links_before_dropdown": 7, # number of links before the dropdown menu + "header_links_before_dropdown": 5, # number of links before the dropdown menu "additional_breadcrumbs": [ ("PyAnsys", "https://docs.pyansys.com/"), ],