You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I want to use sphinx formatter but I don't want the :type param: ..., :rtype: ..., etc., since I already put these info in type annotations. Therefore, I write my own formatter based on SphinxFormatter. However, I now have no idea where to place the new formatter so that the current install of DocBlockr_Python should recognize it. Thanks for any suggestion.
The text was updated successfully, but these errors were encountered:
Hi. I want to use
sphinx
formatter but I don't want the:type param: ...
,:rtype: ...
, etc., since I already put these info in type annotations. Therefore, I write my own formatter based onSphinxFormatter
. However, I now have no idea where to place the new formatter so that the current install ofDocBlockr_Python
should recognize it. Thanks for any suggestion.The text was updated successfully, but these errors were encountered: