Skip to content

Commit

Permalink
Clean up doc build env [doc-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 15, 2020
1 parent 231cdf8 commit b7b37de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -89,7 +89,6 @@ jobs:
stage: docs_dev
env: DESC="docs" HV_DOC_GALLERY="false" HV_DOC_REF_GALLERY="true" HV_REQUIREMENTS="doc" PANEL_EMBED="true" PANEL_EMBED_JSON="true" PANEL_EMBED_JSON_PREFIX="json" CHANS_DEV="-c pyviz/label/dev -c bokeh -c conda-forge"
script:
- conda install $CHANS_DEV firefox geckodriver mpl_sample_data
- bokeh sampledata
- nbsite generate-rst --org pyviz --project-name holoviews --skip ^reference
- python ./doc/generate_modules.py holoviews -d ./doc/reference_manual -n holoviews -e tests
Expand All @@ -102,7 +101,6 @@ jobs:
stage: gallery_dev
env: DESC="gallery" HV_DOC_GALLERY="true" HV_DOC_REF_GALLERY="false" BUCKET="dev." HV_REQUIREMENTS="doc" PANEL_EMBED="true" PANEL_EMBED_JSON="true" PANEL_EMBED_JSON_PREFIX="json" CHANS_DEV="-c pyviz/label/dev -c bokeh -c conda-forge"
script:
- conda install $CHANS_DEV firefox geckodriver mpl_sample_data
- bokeh sampledata
- aws s3 sync --quiet s3://holoviews-doc-builds/$TRAVIS_BUILD_NUMBER ./
- git reset --hard --recurse-submodule
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -103,7 +103,9 @@
'selenium',
'bokeh <2.2',
'firefox',
'geckodriver'
'geckodriver',
'nbconvert <6.0',
'mpl_sample_data'
]

extras_require['build'] = [
Expand Down

0 comments on commit b7b37de

Please sign in to comment.