Skip to content

Commit

Permalink
fix pages ci (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Nov 10, 2024
1 parent b0624b8 commit 9fb6955
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
Expand Down
12 changes: 12 additions & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

build:
os: ubuntu-lts-latest
tools:
# `mambaforge-latest` will now start failing: we just need a working `mamba`
python: mambaforge-23.11
commands:
- mamba install -c conda-forge -c nodefaults pixi==0.35.0
- pixi r build
- pixi r docs-sphinx
- pixi r -v docs-rtd

0 comments on commit 9fb6955

Please sign in to comment.