Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Add a docs build (with error checking) option to the dev_menu.py script #13682

Merged
merged 1 commit into from
Jan 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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())