I'm new to Sphinx and I'm trying to build documentation for myPackage
.
I have the folder structure below. MyFile.py
includes the relevant docstrings.
I generate documentation using make html
but it does not show data about mySubPackage
, I would appreciate any hint.
|____myPackage
| |____mySubPackage
| | |____MyFile.py
| | |______init__.py
| |______init__.py
|____docs
| |____index.rst
| |_____templates
| |____Makefile
| |____conf.py
| |_____static
| |____make.bat
| |_____build