Welcome to demo's API Documentation ====================================== .. toctree:: :maxdepth: 2 :caption: Contents: Introduction ============ This is the introduction of demo。 API === .. automodule:: run :members: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`
打开 source/conf.py 添加如下内容
1 2 3
import os import sys sys.path.insert(0, os.path.abspath('../..'))