blob: dd0df10ecbbaca23a0ca9b46eeadc19be363c33b [file] [log] [blame]
"""The Sphinx documentation toolchain."""
import sys
from sphinx.cmd.build import main
raise SystemExit(main(sys.argv[1:]))