Skip to content

Commit

Permalink
Merge pull request #1276 from remotestorage/bugfix/readthedocs_again
Browse files Browse the repository at this point in the history
Fix ReadTheDocs builds
  • Loading branch information
raucao authored Nov 3, 2022
2 parents a4139c8 + 66db4b0 commit 572495f
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
run: npm ci --force
- name: Run jaribu tests # These must be replaced before we can use Node v18 in CI
run: npm test
- name: Run mocha tests
Expand Down
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
version: 2

build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"

conda:
environment: doc/environment.yml
Loading

0 comments on commit 572495f

Please sign in to comment.