Skip to content

docs: fix broken venv command and broken external link in MLflow integration docs#5394

Merged
SajidAlamQB merged 2 commits intokedro-org:mainfrom
AutoHmn13:docs/fix-mlflow-integration-docs
Feb 26, 2026
Merged

docs: fix broken venv command and broken external link in MLflow integration docs#5394
SajidAlamQB merged 2 commits intokedro-org:mainfrom
AutoHmn13:docs/fix-mlflow-integration-docs

Conversation

@AutoHmn13
Copy link
Contributor

@AutoHmn13 AutoHmn13 commented Feb 20, 2026

…Lflow integration docs

Description

Fixes #5383
Closes #5271 (partial — remaining sub-task)

Two documentation fixes in docs/integrations-and-plugins/mlflow.md:

  1. Broken python -m venv command: Setup block was missing the target directory — python -m venv && ...python -m venv .venv && ...
  2. Broken Sphinx cross-reference (Fix external link to point to kedro-mlflow docs #5383): The {external+kedro-mlflow:doc} intersphinx role referenced a non-existent path. Replaced with a direct Markdown link to the correct kedro-mlflow docs page.

Development notes

Docs-only change — no code modified, no tests required, no Kedro-Viz impact.

Developer Certificate of Origin

We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a Signed-off-by line in the commit message. See our wiki for guidance.

If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.

Checklist

  • Read the contributing guidelines
  • Signed off each commit with a Developer Certificate of Origin (DCO)
  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added a description of this change in the RELEASE.md file
  • Added tests to cover my changes
  • Checked if this change will affect Kedro-Viz, and if so, communicated that with the Viz team

@AutoHmn13 AutoHmn13 requested a review from yetudada as a code owner February 20, 2026 22:59
@github-project-automation github-project-automation bot moved this to Wizard inbox in Kedro Wizard 🪄 Feb 23, 2026
@rashidakanchwala rashidakanchwala moved this from Wizard inbox to Needs Reviews in Kedro Wizard 🪄 Feb 23, 2026
@merelcht
Copy link
Member

Hi @AutoHmn13 , thank you so much for your work on this! It looks like these tasks were very popular and we had several contributors address the sub-tasks of #5271. Would you mind adjusting your PR to address the final remaining task #5383 and the issue you found with the broken python -m venv command? I really appreciate the effort! ⭐

@AutoHmn13
Copy link
Contributor Author

No problem @merelcht - adjusted PR coming shortly 😄

…gration docs

Signed-off-by: AutoHmn13 <shmrck206@gmail.com>
Made-with: Cursor
@AutoHmn13 AutoHmn13 force-pushed the docs/fix-mlflow-integration-docs branch from ab17ac0 to 8756a97 Compare February 25, 2026 22:16
@AutoHmn13 AutoHmn13 changed the title docs: fix broken link, venv command, and add catalog.yml context in MLflow integration docs docs: fix broken venv command and broken external link in MLflow integration docs Feb 25, 2026
@merelcht merelcht requested a review from SajidAlamQB February 26, 2026 09:36
Copy link
Member

@merelcht merelcht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the contribution @AutoHmn13 ! ⭐

Copy link
Contributor

@SajidAlamQB SajidAlamQB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @AutoHmn13! 👍

@SajidAlamQB SajidAlamQB merged commit ee781f7 into kedro-org:main Feb 26, 2026
6 checks passed
@github-project-automation github-project-automation bot moved this from Needs Reviews to Done in Kedro Wizard 🪄 Feb 26, 2026
@AutoHmn13
Copy link
Contributor Author

Thanks for the opportunity, it was fun 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Fix external link to point to kedro-mlflow docs Fixes/Improvements for kedro-mlflow documentation

3 participants