Skip to content

Commit

Permalink
rename for template refactor of voila
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 7, 2019
1 parent deb7b9a commit 44b0402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ before_install:
- conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION jupyter_server==0.0.5 jupyterlab_pygments==0.1.0 pytest==3.10.1 nbconvert=5.5 pytest-cov nodejs flake8 ipywidgets
- source activate test-environment
install:
- pip install https://github.com/maartenbreddels/voila-gridstack/archive/refactor_templates.zip
- pip install ".[test]"
before_script:
- flake8 voila
Expand Down
2 changes: 1 addition & 1 deletion voila/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
DEV_MODE = os.path.exists(os.path.join(ROOT, '../setup.py')) and os.path.exists(os.path.join(ROOT, '../share'))


def collect_paths(app_names, template_name='default', subdir=None, include_root_paths=True, prune=True, root_dirs=None):
def collect_paths(app_names, template_name='default', subdir=None, include_root_paths=True, prune=False, root_dirs=None):
"""
Voila supports custom templates for rendering notebooks.
For a specified template name, `collect_paths` can be used to collects
Expand Down

0 comments on commit 44b0402

Please sign in to comment.