Skip to content

Commit

Permalink
Documentation dev build installs from pyviz/label/dev (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Dec 19, 2019
1 parent cce71f6 commit 4922654
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
<<: *default
stage: docs
# not possible to run all examples to build website using only defaults (see setup.py)
env: DESC="docs" HV_DOC_HTML='true'
env: DESC="docs" HV_DOC_HTML='true' CHANS_DOC="-c pyviz -c conda-forge"
script:
- doit develop_install -c pyviz -c conda-forge -o doc
- doit develop_install $CHANS_DOC -o doc
- geoviews fetch-data --path=examples
- bokeh sampledata
- nbsite generate-rst --org holoviz --project-name geoviews --offset 0
Expand All @@ -87,6 +87,7 @@ jobs:

- <<: *doc_build
stage: docs_dev
env: CHANS_DOC="-c pyviz/label/dev -c conda-forge"
deploy:
- provider: pages
skip_cleanup: true
Expand Down

0 comments on commit 4922654

Please sign in to comment.