Sphinx
Getting started with Sphinx
Creating file .\source\conf.py. Creating file .\source\index.rst. Creating file .\Makefile. Creating file .\make.bat. Finished: An initial directory structure has been created.import os import sys sys.path.insert(0, os.path.abspath('../..'))
Last updated