-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
Context
No response
Bug description
After updating MkDocs-material from 9.2.0b2 to 9.2.0 today did mkdocs build fail with a stacktrace.
I sadly cannot understand what it points towards nor what it means, but it seems to be related to the blog plugin as commenting it out in the mkdocs.yml builds the site as expected.
Full stacktrace: https://paste.helpch.at/epopumuceb.lua
First I thought this might be an error due to changes to the .authors.yml file which mkdocs-material did report properly, but after fixing those is the issue still persisting.
The documentation is build using Woodpecker-CI by setting up a Python Image (Python 3.11 by the looks of it) and the executing pip install -r requirements.txt followed by mkdocs build. Tho local reproduction tests also show the same errors, so it's unlikely to be bound to the env or software used.
For transparency, here are files and logs related to the failed CI runs:
- Logs: https://ci.codeberg.org/repos/12455/pipeline/42/3
- CI config used: https://ci.codeberg.org/repos/12455/pipeline/42/config
Related links
- Setting up a blog
pagination_formatto double-check the option is spelled rightAdding authorswas looked at for the new format mentioned by the plugin which doesn't seem to be in the docs yet.
Reproduction
Steps to reproduce
- Download mkdocs-material 2.9.0
- Setup mkdocs.yml with bare-bones settings and blog plugin configuration
- Create post folder and blog post file
- Run
mkdocs serveormkdocs build
Browser
Firefox
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues and discussions.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.