diff --git a/doc/changelog.d/132.documentation.md b/doc/changelog.d/132.documentation.md new file mode 100644 index 0000000..b9dd5f6 --- /dev/null +++ b/doc/changelog.d/132.documentation.md @@ -0,0 +1 @@ +Show the prev / next button \ No newline at end of file diff --git a/doc/source/conf.py b/doc/source/conf.py index 110761c..57e512f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,7 +23,7 @@ html_theme_options = { "logo": "pyansys", "github_url": "https://github.com/ansys/ansys-tools-filetransfer", - "show_prev_next": False, + "show_prev_next": True, "show_breadcrumbs": True, "additional_breadcrumbs": [ ("PyAnsys", "https://docs.pyansys.com/"),