Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow-core/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def add_airflow_core_exclude_patterns_to_sphinx(exclude_patterns: list[str]):
# a list of builtin themes.
html_theme = "sphinx_airflow_theme"

html_title = "Airflow Documentation"
html_title = f"Airflow {PACKAGE_VERSION} Documentation"

# A shorter title for the navigation bar. Default is the same as html_title.
html_short_title = ""
Expand Down