You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/22 17:07:01 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #17167: Doc: Add hyperlinks to Github PRs for Chart Changelog

jedcunningham commented on a change in pull request #17167:
URL: https://github.com/apache/airflow/pull/17167#discussion_r674994087



##########
File path: docs/conf.py
##########
@@ -240,16 +240,16 @@ def _get_rst_filepath_from_path(filepath: str):
 # 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 == 'apache-airflow':
-    html_static_path = ['apache-airflow/static']
+if PACKAGE_NAME in ['apache-airflow', 'helm-chart']:
+    html_static_path = [f'{PACKAGE_NAME}/static']

Review comment:
       Should we have a `common` or `shared` instead of duplicating the script? Maybe in a follow up?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org