I'm using Sphinx for generating the documentation of my application, to be viewed using the QtHelpEngine. Hence I'm using the qthelp builder.
I don't understand how to properly create the keyword section of the qhp file from the reStructuredText used as source.
By default sphinx create an empty tag:
<keywords>
</keywords>
and then the linksForIdentifier()
and linksForKeyword()
return an empty QMap
.