Sign in
apache
/
datasketches-python
/
refs/heads/documentation
/
.
/
python-docs-venv
/
lib
/
python3.11
/
site-packages
/
sphinx
/
__main__.py
blob: dd0df10ecbbaca23a0ca9b46eeadc19be363c33b [
file
] [
log
] [
blame
]
"""The Sphinx documentation toolchain."""
import
sys
from
sphinx
.
cmd
.
build
import
main
raise
SystemExit
(
main
(
sys
.
argv
[
1
:]))