Personal memo.
[Reference] http://tell-k.hatenablog.com/entry/2012/01/17/002542
$ sphinx-apidoc -F -o docs/ apps/
-F: creates a sphinx document from scratch. -f: Overwrite.
In conf.py
conf.py
#sys.path.insert(0, os.path.abspath('.'))
Uncomment and set the path.
Recommended Posts