Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
sphinx
📤 Upload
📝 New File
📁 New Folder
Close
Editing: __main__.py
""" sphinx.__main__ ~~~~~~~~~~~~~~~ The Sphinx documentation toolchain. :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ import sys from sphinx.cmd.build import main sys.exit(main(sys.argv[1:]))
Save
Cancel