Relative imports require the 'package' argument

前端 未结 5 1683
太阳男子
太阳男子 2021-02-07 01:44

I want to use Sphinx so it can automatically generate a pydoc for my python code but I\'m getting an error. What an I doing wrong?

conf.py sphinx config

5条回答
  •  旧时难觅i
    2021-02-07 02:03

    You can also get this error simply if you have a typo in where you're specifying your settings file name.

提交回复
热议问题