Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 8ee15f6

Browse files
Refactor Sphinx setup - fix ads-templates import path
- Updated gapic/ads-templates/docs/conf.py.j2 to use full path for common_setup import based on PR feedback. Co-authored-by: chalmerlowe <7291104+chalmerlowe@users.noreply.github.com>
1 parent b554f1f commit 8ee15f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gapic/ads-templates/docs/conf.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends '_base.py.j2' %}
22

33
{% block content %}
4-
{% from "gapic/templates/docs/common_setup.py.j2" import sphinx_imports, sphinx_setup %}
4+
{% from "gapic/templates/docs/common_setup.py.j2" import sphinx_imports, sphinx_setup %}
55

66
#
77
# {{ api.naming.warehouse_package_name }} documentation build configuration file

0 commit comments

Comments
 (0)