Add the autodoc module in the extensions list present in the conf.py file at the root of your documentation:
extensions
list
conf.py
extensions = [ 'sphinx.ext.autodoc', ... ]