You had written some docstring, you are able to generate the documentation with automodule of the Sphinx.
You should change the format from markdown to reST firstly, because the docstring format is reST.
Secondly, you integrate to setup.py using build_sphinx.
Thirdly, apply read the docs service.