Skip to content

Commit

Permalink
Lint toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed May 1, 2024
1 parent 7a26528 commit f684c06
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ linkify-it-py = "*"
markdown = "*"
markdown-it-py = "*"
mdit-py-plugins = "*"
nodejs= "20.9.*" # 20.12.2 breaks bokeh build on Windows: https://github.com/bokeh/bokeh/pull/13851
nodejs = "20.9.*" # 20.12.2 breaks bokeh build on Windows: https://github.com/bokeh/bokeh/pull/13851
packaging = "*"
pandas = ">=1.2"
param = ">=2.1.0,<3.0"
Expand Down Expand Up @@ -156,7 +156,13 @@ _docs-pyodide = 'panel convert examples/gallery/*.ipynb doc/how_to/*/examples/*.
docs-server = 'python -m http.server 5500 --directory ./builtdocs'

[feature.doc.tasks.docs-build]
depends_on = ['_docs-refmanual', '_docs-convert-gallery', '_docs-generate', '_docs-copy-panel-dist', '_docs-pyodide']
depends_on = [
'_docs-refmanual',
'_docs-convert-gallery',
'_docs-generate',
'_docs-copy-panel-dist',
'_docs-pyodide',
]

# =============================================
# ================== BUILD ====================
Expand Down

0 comments on commit f684c06

Please sign in to comment.