Skip to content

Commit

Permalink
Fix docs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 3, 2023
1 parent 5915002 commit d822dba
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 @@ -25,7 +25,7 @@
version = release = base_version(panel.__version__)
js_version = json.loads((PANEL_ROOT / 'package.json').read_text())['version']

is_dev = any(ext in version for ext in ('.a', '.b', '.rc'))
is_dev = any(ext in version for ext in ('a', 'b', 'rc'))

# For the interactivity warning box created by nbsite to point to the right
# git tag instead of the default i.e. main.
Expand Down Expand Up @@ -111,7 +111,7 @@
}
},
'thumbnail_url': 'https://assets.holoviz.org/panel/thumbnails',
'deployment_url': f'https://{gallery_endpoint}.demo.anaconda.com/',
'deployment_url': f'https://{gallery_endpoint}.pyviz.demo.anaconda.com/',
'jupyterlite_url': jlite_url,
}

Expand Down

0 comments on commit d822dba

Please sign in to comment.