microproduct/atmosphericDelay/ISCEApp/site-packages/sphinx/__main__.py

16 lines
280 B
Python
Raw Permalink Normal View History

2023-08-28 10:17:29 +00:00
"""
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:]))