Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
b3862ec2446dc9c21e1ff5a25f86105d7718975a
/
.
/
sphinxdocs
/
private
/
sphinx_build.py
blob: 3b7b32eaf693b69af410ebc4a79b16addff28d59 [
file
] [
log
] [
blame
]
import
os
import
pathlib
import
sys
from
sphinx
.
cmd
.
build
import
main
if
__name__
==
"__main__"
:
sys
.
exit
(
main
())