Skip to content

Commit

Permalink
apache#41532 - removed google providers reference from sphinx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
geraj1010 committed Nov 8, 2024
1 parent 8c44ce8 commit 7d59687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def _get_rst_filepath_from_path(filepath: pathlib.Path):
# 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".
if PACKAGE_NAME in ["apache-airflow", "helm-chart", "apache-airflow-providers-google"]:
if PACKAGE_NAME in ["apache-airflow", "helm-chart"]:
html_static_path = [f"{PACKAGE_NAME}/static"]
else:
html_static_path = []
Expand Down

0 comments on commit 7d59687

Please sign in to comment.