Are you using autodoc
extension alongside with sphinx-apidoc
util?
If so, then you may want to re-generate the content of doc/source
in your package, considering that the documentation is in docs
directory.
$ cd docs
$ rm -r source
$ sphinx-apidoc -o source ../<package_name>
Here ../<package_name>
is used to provide a path to the package content.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…