Skip to content

MkDocs: fix USE_MKDOCS_LATEST feature flag logic #10515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 10, 2023

Conversation

humitos
Copy link
Member

@humitos humitos commented Jul 6, 2023

The logic was inverted and we were installing old MkDocs version to projects with USE_MKDOCS_LATEST feature flag.

Closes #10402

The logic was inverted and we were installing old MkDocs version to projects
with `USE_MKDOCS_LATEST` feature flag.

Closes #10402
@humitos humitos requested a review from ericholscher July 6, 2023 10:33
@humitos humitos requested a review from a team as a code owner July 6, 2023 10:33
This is not required anymore since the logic was inverted and we were installing
always the latest version for old projects, but the old version for new
projects.

It's better to have all of them installing the latest version and call it a day :)
@humitos humitos requested a review from a team as a code owner July 6, 2023 17:06
@humitos humitos requested a review from ericholscher July 6, 2023 17:06
@humitos humitos merged commit cb85c73 into main Jul 10, 2023
@humitos humitos deleted the humitos/use-latest-mkdocs-feature-flag branch July 10, 2023 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature flag: MkDocs use latest has its logic inverted
3 participants