Skip to content

Commit

Permalink
fixup! fixup! Improvments for Docker Image docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj committed May 23, 2021
1 parent 9bcc3f2 commit 168c7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/exts/airflow_intersphinx.py
Expand Up @@ -70,7 +70,7 @@ def _generate_provider_intersphinx_mapping():

airflow_mapping[pkg_name] = (
# base URI
f'/docs/{pkg_name}/{current_version}/',
f'/docs/{pkg_name}/latest/',
(doc_inventory if os.path.exists(doc_inventory) else cache_inventory,),
)
for pkg_name in ['apache-airflow-providers', 'docker-stack']:
Expand Down

0 comments on commit 168c7be

Please sign in to comment.