Skip to content

Commit

Permalink
cleanup: remove outdated todo (#115)
Browse files Browse the repository at this point in the history
We don't have immediate plans to implement this, so removing the TODO for the time being.

Signed-off-by: Michael Rebello <[email protected]>
Signed-off-by: JP Simard <[email protected]>
  • Loading branch information
rebello95 authored and jpsim committed Nov 29, 2022
1 parent 0a95a1e commit 6214cd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mobile/docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ mkdir -p "${GENERATED_RST_DIR}"
source_venv "$BUILD_DIR"
pip install -r "${SCRIPT_DIR}"/requirements.txt

# TODO(mattklein123): Add proto docs when we have them.
rsync -av "${SCRIPT_DIR}"/root/ "${SCRIPT_DIR}"/conf.py "${GENERATED_RST_DIR}"
sphinx-build -W --keep-going -b html "${GENERATED_RST_DIR}" "${DOCS_OUTPUT_DIR}"

0 comments on commit 6214cd9

Please sign in to comment.