sunank200 commented on code in PR #52773:
URL: https://github.com/apache/airflow/pull/52773#discussion_r2182643018
##########
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"]
Review Comment:
Yes. The conf references the shared custom.css file from
devel-common/sphinx_design/static/
It was not there before
--
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]