Brendan
Brendan
My concern is that this an edge case due to the use of lists in the param description.
Could it be because the paragraph is embedded in an inline node?
relevant [comment from @jbms](https://github.com/jbms/sphinx-immaterial/pull/99#issuecomment-1172809367): > The `external_cpp_references` extension won't be affected by `cpp_strip_namespaces_from_signatures` --- that option only affects how they are displayed in the HTML output, but not how the...
In trying to reproduce this, I think the build env is somehow effecting this. If I add the global `::` and rebuild with `-a`, then the data type is still...
While the original experience seems to have been solved in https://github.com/jbms/sphinx-immaterial/pull/99/commits/315e3bc710f3b34909e910ca99ad2b72e928b6a7 , the remaining observations about global scope operators still should be addressed.
Glad to see you're already thinking about the implementation details. Since I'm not a JS expert, I'd probably look for inspiration from similar implementations (like sphinx-design ext). Just to throw...
In response to https://github.com/jbms/sphinx-immaterial/issues/111#issuecomment-1156954190 Awesome! I didn't see that in the release notes. Currently, we're pinned to v8.2.8, but I can adjust our RST ext (concerning content tabs) as soon...
> So, we have to implement linked tabs ourselves. This no longer accurate. This should be resolved by #171 because there was no need to alter the content tabs' directives....
I started a [discussion in mkdocs-material](https://github.com/squidfunk/mkdocs-material/discussions/4526) about exempting tabs (or tab sets) from being synced.
I got a response in the discussion. Ultimately, there isn't a way to specify an unique attribute/class/option to content tabs in MD. There is currently a significant ongoing effort to...