Skip to content
Merged
Show file tree
Hide file tree
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
Adding Sphinx docs build check to Travis.
Also adding Vision usage doc to the main index since
without it the Sphinx build fails.
  • Loading branch information
dhermes committed Aug 22, 2016
commit 6f468c6c0f8b3a410dedf70f8a430e9146e2f681
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ script:
- tox -e cover
- tox -e system-tests
- tox -e system-tests3
- tox -e docs
- tox -e json-docs

after_success:
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@
translate-usage
Client <translate-client>

.. toctree::
:maxdepth: 0
:hidden:
:caption: Vision

vision-usage

.. toctree::
:maxdepth: 0
:hidden:
Expand Down