Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions synthtool/gcp/templates/python_library/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ For a list of all ``{{ metadata['repo']['distribution_name'] }}`` releases:
:maxdepth: 2

changelog

{% if is_google_cloud_api %}
.. toctree::
:hidden:

summary_overview.md
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ For a list of all ``{{ metadata['repo']['distribution_name'] }}`` releases:
:maxdepth: 2

CHANGELOG

{% if is_google_cloud_api %}
.. toctree::
:hidden:

summary_overview.md
{% endif %}