Skip to content

Commit

Permalink
Fix doc/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 19, 2022
1 parent f6c5967 commit 35eb960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
panel_req = f'./wheels/panel-{py_version}-py3-none-any.whl'
bokeh_req = f'./wheels/bokeh-{BOKEH_VERSION}-py3-none-any.whl'
else:
panel_req = f'https://unpkg.com/@holoviz/panel@{JS_version}/dist/wheels/panel-{PY_VERSION}-py3-none-any.whl'
bokeh_req = f'https://unpkg.com/@holoviz/panel@{JS_version}/dist/wheels/bokeh-{BOKEH_VERSION}-py3-none-any.whl'
panel_req = f'https://unpkg.com/@holoviz/panel@{JS_VERSION}/dist/wheels/panel-{PY_VERSION}-py3-none-any.whl'
bokeh_req = f'https://unpkg.com/@holoviz/panel@{JS_VERSION}/dist/wheels/bokeh-{BOKEH_VERSION}-py3-none-any.whl'

nbsite_pyodide_conf = {
'requirements': [bokeh_req, panel_req, 'pandas']
Expand Down

0 comments on commit 35eb960

Please sign in to comment.