Skip to content

fix doc generation

Laurent Peuch requested to merge topic/default/fix-sphinx into topic/default/type

Because cachedproperty does magic with doc it broke sphinx static analyse because it expect doc to be a string and doing cachedproperty.doc returns an uninitiliazerd property, not the string.

Merge request reports