Skip to content

Commit

Permalink
🔨 Update: Depth of Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Nov 18, 2023
1 parent b1fe39b commit 133a2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerohertzLib/api/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def _write_release_note_version(
def _write_release_note(
self, name: str, sphinx_source_path: str, versions: List[str]
) -> None:
release_note_body = "# Release Notes\n\n```{eval-rst}\n.. toctree::\n\t:maxdepth: 2\n\t:caption: Contents:\n\n"
release_note_body = "# Release Notes\n\n```{eval-rst}\n.. toctree::\n\t:maxdepth: 1\n\t:caption: Contents:\n\n"
for version in versions:
release_note_body += f"\t{name}/{version}\n"
release_note_body += "```\n"
Expand Down

0 comments on commit 133a2ea

Please sign in to comment.