I'm trying to generate the docstrings to document my python functions, but when I'm going to
PyCharm
>
Settings
>
Tools
>
Python Integrated Tools
I find an empty window with no options and in particular no Docstrings
>
Docstring format
>
reStructuredText
which is what I need to configure the docs format as my colleagues.
In addition when I click on the lightbulb near the function name and click on "Insert a documentation string stub" nothing happens.
Is there a way to fix this? I'm using PyCharm 2021.1.1 (Professional Edition)
on macOS.