I would like to use Google style docstrings for Python. I've specified that Pycharm should expect Google docstrings:
For some reason PyCharm will not show my docstrings in tooltips:
I'm referencing the examples here for the proper Google docstring format: http://www.sphinx-doc.org/en/stable/ext/example_google.html
It's unclear to me why PyCharm is not displaying my docstrings.