Sign in
chromium
/
chromiumos
/
platform
/
wireless_automation
/
refs/heads/stabilize-8530.77.B
/
.
/
docs
/
make_sphinx_docs.sh
blob: b315b9ed47a6c9ebf62f38e98d680c6a849ef807 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
# To install:
# apt-get install python-sphinx
export PYTHONPATH
=
$PYTHONPATH
:
'../'
sphinx
-
apidoc
--
full
--
output
-
dir
=
sphinx_output
../
wireless_automation
/
cd sphinx_output
make html
cp
-
r _build
/
html
../
output
/
sphinx