Integration-snmp docs are not being picked up in LSR docgen.
Some context
How do we want to handle this?
- It appears that we have two other non-default integration plugins.
- It seems weird that the other two non-default plugins are being picked up for the docgen job, but they aren't mentioned in the skiplist. So obviously, there's some way to get plugins building that I'm not aware of. Can we figure out what that is, and then perhaps add those two in-process plugins to the skiplist with
default-plugins: false and "skip-list": true? And then change docs tooling to allow non-default integration plugins such as integration-snmp is in the interim?
Integration-snmp docs are not being picked up in LSR docgen.
Some context
integration-snmpis getting skipped because it is tagged asnon-defaultintegration. (You can see the same messaging forintegration-zeromq, which we DO NOT want getting picked up at this time.How do we want to handle this?
default-plugins: falseand"skip-list": true? And then change docs tooling to allow non-default integration plugins such asintegration-snmpis in the interim?