sunank200 commented on code in PR #52773:
URL: https://github.com/apache/airflow/pull/52773#discussion_r2182692746


##########
task-sdk/docs/conf.py:
##########
@@ -59,7 +67,17 @@
 
 html_theme = "sphinx_airflow_theme"
 html_sidebars = {"**": ["localtoc.html", "globaltoc.html", "searchbox.html", 
"relations.html"]}
-
+html_title = "Apache Airflow Task SDK Documentation"
+html_short_title = "Task SDK"
+html_favicon = AIRFLOW_FAVICON_PATH.as_posix()
+html_static_path = [SPHINX_DESIGN_STATIC_PATH.as_posix()]
+html_css_files = ["custom.css"]
+html_sidebars = get_html_sidebars("stable")

Review Comment:
   I have read packaged version from airflow.sdk



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to