Skip to content

Commit

Permalink
post-RTD (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored May 14, 2024
1 parent 2bad8df commit f1e99a4
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

env:
JLPL_PIXI_VERSION: 0.21.1
JLPL_PIXI_VERSION: 0.22.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
JUPYTERLITE_NO_JUPYTER_SERVER: 1
JUPYTERLITE_NO_JUPYTERLAB_SERVER: 1
JLPL_TIMEOUT: 500
JLPL_PIXI_VERSION: 0.21.1
JLPL_PIXI_VERSION: 0.22.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a relatively new approach to `conda` package management and task running.
If using `mamba` or `conda` (or some other `$CONDA_EXE`):

```bash
mamba install -c conda-forge pixi==0.21.1 # replace `mamba` with your CONDA_EXE
mamba install -c conda-forge pixi==0.22.0 # replace `mamba` with your CONDA_EXE
```

<details><summary><i>Why <code>pixi</code>?</i></summary>
Expand Down
2 changes: 1 addition & 1 deletion contrib/jupyterlite-pyodide-lock-webdriver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ file = "LICENSE"
[project.urls]
"Bug Tracker" = "https://github.com/deathbeds/jupyterlite-pyodide-lock/issues"
Changelog = "https://github.com/deathbeds/jupyterlite-pyodide-lock/blob/main/CHANGELOG.md"
Documentation = "https://deathbeds.github.io/jupyterlite-pyodide-lock"
Documentation = "https://jupyterlite-pyodide-lock.readthedocs.io"
PyPI = "https://pypi.org/project/jupyterlite-pyodide-lock"
Source = "https://github.com/deathbeds/jupyterlite-pyodide-lock/tree/main"

Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- nodefaults
dependencies:
- pixi ==0.21.1
- pixi ==0.22.0
238 changes: 128 additions & 110 deletions pixi.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"$schema" = "https://pixi.sh/v0.21.1/schema/manifest/schema.json"
"$schema" = "https://pixi.sh/v0.22.0/schema/manifest/schema.json"

[project]
name = "jlpl"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ file = "LICENSE"
[project.urls]
"Bug Tracker" = "https://github.com/deathbeds/jupyterlite-pyodide-lock/issues"
Changelog = "https://github.com/deathbeds/jupyterlite-pyodide-lock/blob/main/CHANGELOG.md"
Documentation = "https://deathbeds.github.io/jupyterlite-pyodide-lock"
Documentation = "https://jupyterlite-pyodide-lock.readthedocs.io"
PyPI = "https://pypi.org/project/jupyterlite-pyodide-lock"
Source = "https://github.com/deathbeds/jupyterlite-pyodide-lock/tree/main"

Expand Down

0 comments on commit f1e99a4

Please sign in to comment.