Skip to content

Commit

Permalink
Update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Aug 17, 2018
1 parent d58fe29 commit 9c8620d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -119,10 +119,10 @@ jobs:
- pip install --upgrade --pre --index-url=https://test.pypi.org/simple --extra-index-url=https://pypi.org/simple nbsite sphinx_ioam_theme
- pip install -e .
script:
- nbsite generate-rst --org ioam --project param --repo param --examples-path examples --doc-path doc
- nbsite generate-rst --org ioam --project-name param --repo param --examples=./examples --doc=./doc
# should be option of generate-rst
- mkdir doc/Reference_Manual && nbsite_generate_modules.py param -d ./doc/Reference_Manual -n param -e tests
- nbsite build --what=html --examples-path=examples --doc-path=doc --output=builtdocs
- nbsite build --what=html --examples=examples --doc=doc --output=builtdocs
- touch ./builtdocs/.nojekyll # for github pages
- nbsite_cleandisthtml.py ./builtdocs take_a_chance
deploy:
Expand Down

0 comments on commit 9c8620d

Please sign in to comment.