We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5514a4b commit e36f8f4Copy full SHA for e36f8f4
pixi.toml
@@ -174,7 +174,7 @@ notebook-prepare = { depends-on = [
174
175
## 📚 Documentation Tasks
176
docs-assets = 'tools/add_assets_to_docs.sh'
177
-docs-notebooks = 'mv tutorials/*.ipynb docs/tutorials/'
+docs-notebooks = 'mv tutorials/*.* docs/tutorials/' # *.py, *.ipynb, index.json
178
docs-config = 'python tools/create_mkdocs_yml.py'
179
docs-deploy = 'mike deploy --push --branch gh-pages --update-aliases --alias-type redirect'
180
docs-set-default = 'mike set-default --push --branch gh-pages'
0 commit comments