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/"), ],