diff --git a/docs/build.py b/docs/build.py index 51b5364..7d0b003 100644 --- a/docs/build.py +++ b/docs/build.py @@ -159,7 +159,7 @@ def create_navigation(current_path): if current_path == data["outpath"]: text += f'{title}\n' else: - text += f'{title}\n' + text += f'{title}\n' return text