sphinx-build fail - autodoc can't import/find module

前端 未结 8 1710
青春惊慌失措
青春惊慌失措 2020-12-04 15:17

I\'m trying to get started with Sphinx and seem to have relentless problems.

Command: docs/sphinx-quickstart

I answer all the questions and ever

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 15:46

    in conf.py

    just add the path to your project folder.

    sys.path.append('/home/workspace/myproj/myproj')
    

提交回复
热议问题