Ultrabug

Results 145 comments of Ultrabug

The plugin is not fully up to date with newer MkDocs features such as `not_in_nav`, so the warning should be issued only if the page is indeed included. That's TODO.

Hi @markszabo do you have the same mini repro example project working with 0.56 version to compare? I have no clue about the mkdocs-monorepo plugin so it would help me...

Hi @markszabo what I can tell you is that the monoreop plugin does not support being run multiple times and that's why it fails. I'm not sure whether it's the...

Yes this is a known incompatibility unfortunately, mkdocs-material broke support when they rewrote the blog plugin and I've been unable to fix that since. That's on my TODO list but...

Damn indeed I thought my current tests would catch that but they didn't :( sorry. @kamilkrzyskow should we revert and release 1.2.3 while a proper fix is found?

I dropped the 1.2.1 from PyPI, seemed the fastest. We'll have to get correct tests up for the fix.

Bonjour Benoit, I'm surprised by what you're experiencing since you say your tree structure would build as ``` site ├── fr │ ├── index.html │ ├── topic1 │ │ ├──...

Hi @dvolodin7 thanks for your contribution. Did you actually get a working blog out of this PR? Because it indeed fixes a crash but it does not fully fix the...

Yes you're right @dvolodin7 FYI I've been working on the blog plugin support lately. I'm making progress but it's pretty hard because of the material/blog internals...

@kamilkrzyskow I don't really have an ETA yet. I prioritized some open issues / bugs and your own proposals so far instead of working on the blog support. As for...