Skip to content

Commit d52e638

Browse files
dizcologysofislparthea
authored
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 <[email protected]> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 10ec1e5 commit d52e638

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

synthtool/gcp/templates/python_library/docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ API Reference
1111
.. toctree::
1212
:maxdepth: 2
1313

14-
{{ version }}/services
15-
{{ version }}/types
14+
{{ version }}/services_
15+
{{ version }}/types_
1616
{% endfor %}
1717
{% if include_uprading_doc %}
1818
Migration Guide

synthtool/gcp/templates/python_mono_repo_library/docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ API Reference
1111
.. toctree::
1212
:maxdepth: 2
1313

14-
{{ version }}/services
15-
{{ version }}/types
14+
{{ version }}/services_
15+
{{ version }}/types_
1616
{% endfor %}
1717
{% if include_uprading_doc %}
1818
Migration Guide

0 commit comments

Comments
 (0)