Skip to content

Commit

Permalink
local docs build feature (apache#13682)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham authored and rondogency committed Jan 9, 2019
1 parent 7f77633 commit 480d29f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def create_virtualenv_default():
CMake(),
create_virtualenv_default,
]),
('[Website and docs build] Will build to docs/_build/html/',
"ci/docker/runtime_functions.sh deploy_docs"),
('[Docker] sanity_check. Check for linting and code formatting.',
"ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh sanity_check"),
('[Docker] Python3 CPU unittests',
Expand Down Expand Up @@ -225,4 +227,3 @@ def main():

if __name__ == '__main__':
sys.exit(main())

0 comments on commit 480d29f

Please sign in to comment.