When starting a blog: AttributeError: 'NoneType' object has no attribute '_set_canonical_url' #6389
janban-outlook
started this conversation in
General
Replies: 1 comment 3 replies
-
This seems to be a variation of #4863 in that it seems to involve an interaction between the i18n plugin and the blog plugin. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As soon as I add my first page in a blog, I get this error when running mkdocs serve.
The hello.md page is just the simple sample page from the documentation.
The relevant section in mkdocs.yml is:
The file structure is:
As soon as I delete the hello.md file,
mkdocs serve
runs fine againBeta Was this translation helpful? Give feedback.
All reactions