From eda4984c2dbf852b93b02f1640e733152d7e9657 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Wed, 6 Nov 2024 09:04:32 +0100 Subject: [PATCH] Show the prev / next button (#206) --- 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 e3df355..57685b5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -24,7 +24,7 @@ html_theme_options = { "logo": "pyansys", "github_url": "https://github.com/ansys/ansys-tools-local-product-launcher", - "show_prev_next": False, + "show_prev_next": True, "show_breadcrumbs": True, "additional_breadcrumbs": [ ("PyAnsys", "https://docs.pyansys.com/"),