From 963265802dbfff873e0ff9d08bc87a60fb621ebf Mon Sep 17 00:00:00 2001 From: dkunhamb Date: Wed, 28 Aug 2024 15:33:09 -0500 Subject: [PATCH 1/2] show only 5 items --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"), ], From adae94638a101c2877ed4c10fdc568bca75c11c2 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:40:02 +0000 Subject: [PATCH 2/2] chore: adding changelog file 888.documentation.md --- doc/changelog.d/888.documentation.md | 1 + 1 file changed, 1 insertion(+) 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