diff --git a/src/main/resources/com/google/api/codegen/py/docs/conf.py.snip b/src/main/resources/com/google/api/codegen/py/docs/conf.py.snip index 2e504fa6ff..4052af54cd 100644 --- a/src/main/resources/com/google/api/codegen/py/docs/conf.py.snip +++ b/src/main/resources/com/google/api/codegen/py/docs/conf.py.snip @@ -165,7 +165,7 @@ @# Add any paths that contain custom static files (such as style sheets) here, @# relative to this directory. They are copied after the builtin static files, @# so a file named "default.css" will overwrite the builtin "default.css". - @# html_static_path = [] + html_static_path = ["_static"] @# Add any extra paths that contain custom files (such as robots.txt or @# .htaccess) here, relative to this directory. These files are copied diff --git a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_library.baseline b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_library.baseline index 0a818287ad..0c58d7c651 100644 --- a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_library.baseline +++ b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_library.baseline @@ -470,7 +470,7 @@ html_theme_options = { # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -# html_static_path = [] +html_static_path = ["_static"] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied diff --git a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_multiple_services.baseline b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_multiple_services.baseline index 80e3bb6039..9f284de99f 100644 --- a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_multiple_services.baseline +++ b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_multiple_services.baseline @@ -451,7 +451,7 @@ html_theme_options = { # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -# html_static_path = [] +html_static_path = ["_static"] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied diff --git a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_no_path_templates.baseline b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_no_path_templates.baseline index 3931bd7d35..4220d345fa 100644 --- a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_no_path_templates.baseline +++ b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_no_path_templates.baseline @@ -451,7 +451,7 @@ html_theme_options = { # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -# html_static_path = [] +html_static_path = ["_static"] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied diff --git a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_samplegen_config_migration_library.baseline b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_samplegen_config_migration_library.baseline index 4ceb754667..11f19850a9 100644 --- a/src/test/java/com/google/api/codegen/gapic/testdata/py/python_samplegen_config_migration_library.baseline +++ b/src/test/java/com/google/api/codegen/gapic/testdata/py/python_samplegen_config_migration_library.baseline @@ -470,7 +470,7 @@ html_theme_options = { # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -# html_static_path = [] +html_static_path = ["_static"] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied diff --git a/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library.baseline b/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library.baseline index f7066d0077..38089cb1da 100644 --- a/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library.baseline +++ b/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library.baseline @@ -470,7 +470,7 @@ html_theme_options = { # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -# html_static_path = [] +html_static_path = ["_static"] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied diff --git a/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library_no_gapic_config.baseline b/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library_no_gapic_config.baseline index 75bc33541e..dd24e2d013 100644 --- a/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library_no_gapic_config.baseline +++ b/src/test/java/com/google/api/codegen/protoannotations/testdata/python_library_no_gapic_config.baseline @@ -4503,7 +4503,7 @@ html_theme_options = { # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -# html_static_path = [] +html_static_path = ["_static"] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied