forked from squidfunk/mkdocs-material
-
Notifications
You must be signed in to change notification settings - Fork 23
Pump @ 2025.07.09 #47
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Should publish new blog post not public new blog post
Update basic.md
This reverts commit d56a9dd.
* Normalize datetime values to UTC in blog plugin Fixes squidfunk#7705 Normalize datetime values to UTC in blog plugin to handle offset-naive and offset-aware datetimes correctly. * Import `timezone` from `datetime` in `material/plugins/blog/structure/options.py`. * Modify `pre_validation` method to set `tzinfo=timezone.utc` for datetime values. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/squidfunk/mkdocs-material/issues/7705?shareId=XXXX-XXXX-XXXX-XXXX). * Normalize datetime values to UTC in blog plugin Fixes squidfunk#7705 + Move changes to src directory
…k#7730) * Default timezone to UTC for blog plugin created date Fix for squidfunk#7725 * Fix variable name * Run build
* Set timezone to UTC when draft_if_future_date: true Fixes squidfunk#7748 * Use more compact form of setting timezone
Update navigation.md
* backlog * backlog * backlog
Signed-off-by: Keith W. Campbell <[email protected]>
Co-authored-by: kamilkrzyskow <[email protected]>
Co-authored-by: kamilkrzyskow <[email protected]>
* Update actions.html * move from view to edit link
* Small grammar fix I took the wording from here: https://squidfunk.github.io/mkdocs-material/setup/building-for-offline-usage/ * Proper grammatical usage * Fix grammar in building-for-offline-usage * Missed a word, fixed column alignment
Co-authored-by: russhustle <[email protected]>
* Update schema.json * Update schema.json change the order
* Updated info plugin to hide usernames * Updated info plugin to show active venv directory * Updated info plugin to exclude possible venv paths * Added exception handling in info plugin
This reverts commit 4487c88.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.