From d52e638b37b091054c869bfa6f5a9fedaba9e0dd Mon Sep 17 00:00:00 2001 From: Yu-Han Liu Date: Wed, 18 Oct 2023 08:31:48 -0700 Subject: [PATCH] fix: rename rst files to avoid conflict with service names (#1856) * fix: rename rst files to avoid conflict with service names * retrigger tests --------- Co-authored-by: Sofia Leon Co-authored-by: Anthonios Partheniou --- synthtool/gcp/templates/python_library/docs/index.rst | 4 ++-- .../gcp/templates/python_mono_repo_library/docs/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/synthtool/gcp/templates/python_library/docs/index.rst b/synthtool/gcp/templates/python_library/docs/index.rst index 1feedfe4a..2a9454d41 100644 --- a/synthtool/gcp/templates/python_library/docs/index.rst +++ b/synthtool/gcp/templates/python_library/docs/index.rst @@ -11,8 +11,8 @@ API Reference .. toctree:: :maxdepth: 2 - {{ version }}/services - {{ version }}/types + {{ version }}/services_ + {{ version }}/types_ {% endfor %} {% if include_uprading_doc %} Migration Guide diff --git a/synthtool/gcp/templates/python_mono_repo_library/docs/index.rst b/synthtool/gcp/templates/python_mono_repo_library/docs/index.rst index 11f3e1dcc..a6f86ae4c 100644 --- a/synthtool/gcp/templates/python_mono_repo_library/docs/index.rst +++ b/synthtool/gcp/templates/python_mono_repo_library/docs/index.rst @@ -11,8 +11,8 @@ API Reference .. toctree:: :maxdepth: 2 - {{ version }}/services - {{ version }}/types + {{ version }}/services_ + {{ version }}/types_ {% endfor %} {% if include_uprading_doc %} Migration Guide