1 2 3 4 5 6 7"""The Sphinx documentation toolchain.""" import sys from sphinx.cmd.build import main sys.exit(main(sys.argv[1:]))