Replies: 1 comment 1 reply
-
I assume |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for the recommended way to resolve a build warning when the directive comes from a separate 3rd-party extension.
Even when using the only directive to house the third-party extension, I still get the warning for, for example, when running the html builder with a directive meant for the confluence builder:
WARNING: Unknown directive type: 'confluence_toc' [myst.directive_unknown]
I know that I could suppress the warning in
conf.py
but is there a way to handle these spurious errors better without suppressing real errors?Beta Was this translation helpful? Give feedback.
All reactions