Skip to content

Commit ad875ae

Browse files
Merge branch 'main' into add_meeting_notes
2 parents 89367e2 + 3a3a6e2 commit ad875ae

File tree

4 files changed

+48
-40
lines changed

4 files changed

+48
-40
lines changed

.readthedocs.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ version: 2
88
# Set the version of Python and other tools you might need
99
build:
1010
os: ubuntu-22.04
11+
12+
tools:
13+
ruby: "3.3"
14+
1115
commands:
12-
- asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
13-
- asdf install ruby 3.1.2
14-
- asdf global ruby 3.1.2
15-
- gem install bundler
1616
- bundle install
1717
- >
18-
bundle exec jekyll build --destination _readthedocs/html --baseurl $(echo
19-
-n "$READTHEDOCS_CANONICAL_URL" | cut -d '/' -f 4-)
18+
JEKYLL_ENV=production bundle exec jekyll build --destination
19+
_readthedocs/html --baseurl $(echo -n "$READTHEDOCS_CANONICAL_URL" | cut
20+
-d '/' -f 4-)

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.2.2"
10+
gem "jekyll", "~> 4.3"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "just-the-docs"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

Gemfile.lock

Lines changed: 39 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.10)
7+
concurrent-ruby (1.2.3)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.5)
12+
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14+
google-protobuf (3.25.3-arm64-darwin)
15+
google-protobuf (3.25.3-x86_64-linux)
1416
http_parser.rb (0.8.0)
15-
i18n (1.10.0)
17+
i18n (1.14.1)
1618
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.2)
19+
jekyll (4.3.3)
1820
addressable (~> 2.4)
1921
colorator (~> 1.0)
2022
em-websocket (~> 0.5)
2123
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
24+
jekyll-sass-converter (>= 2.0, < 4.0)
2325
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
26+
kramdown (~> 2.3, >= 2.3.1)
2527
kramdown-parser-gfm (~> 1.0)
2628
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
29+
mercenary (>= 0.3.6, < 0.5)
2830
pathutil (~> 0.9)
29-
rouge (~> 3.0)
31+
rouge (>= 3.0, < 5.0)
3032
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
32-
jekyll-feed (0.16.0)
33+
terminal-table (>= 1.8, < 4.0)
34+
webrick (~> 1.7)
35+
jekyll-feed (0.17.0)
3336
jekyll (>= 3.7, < 5.0)
3437
jekyll-include-cache (0.2.1)
3538
jekyll (>= 3.7, < 5.0)
@@ -40,50 +43,54 @@ GEM
4043
jekyll (>= 3.5, < 5.0)
4144
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
4245
rubyzip (>= 1.3.0, < 3.0)
43-
jekyll-sass-converter (2.2.0)
44-
sassc (> 2.0.1, < 3.0)
46+
jekyll-sass-converter (3.0.0)
47+
sass-embedded (~> 1.54)
4548
jekyll-seo-tag (2.8.0)
4649
jekyll (>= 3.8, < 5.0)
4750
jekyll-watch (2.2.1)
4851
listen (~> 3.0)
49-
just-the-docs (0.3.3)
52+
just-the-docs (0.8.0)
5053
jekyll (>= 3.8.5)
51-
jekyll-seo-tag (~> 2.0)
52-
rake (>= 12.3.1, < 13.1.0)
54+
jekyll-include-cache
55+
jekyll-seo-tag (>= 2.0)
56+
rake (>= 12.3.1)
5357
kramdown (2.4.0)
5458
rexml
5559
kramdown-parser-gfm (1.1.0)
5660
kramdown (~> 2.0)
57-
liquid (4.0.3)
58-
listen (3.7.1)
61+
liquid (4.0.4)
62+
listen (3.9.0)
5963
rb-fsevent (~> 0.10, >= 0.10.3)
6064
rb-inotify (~> 0.9, >= 0.9.10)
6165
mercenary (0.4.0)
6266
pathutil (0.16.2)
6367
forwardable-extended (~> 2.6)
64-
public_suffix (4.0.7)
65-
rake (13.0.6)
66-
rb-fsevent (0.11.1)
68+
public_suffix (5.0.4)
69+
rake (13.1.0)
70+
rb-fsevent (0.11.2)
6771
rb-inotify (0.10.1)
6872
ffi (~> 1.0)
69-
rexml (3.2.5)
70-
rouge (3.28.0)
73+
rexml (3.2.6)
74+
rouge (4.2.0)
7175
rubyzip (2.3.2)
7276
safe_yaml (1.0.5)
73-
sassc (2.4.0)
74-
ffi (~> 1.9)
75-
terminal-table (2.0.0)
76-
unicode-display_width (~> 1.1, >= 1.1.1)
77-
unicode-display_width (1.8.0)
78-
webrick (1.7.0)
77+
sass-embedded (1.71.1-arm64-darwin)
78+
google-protobuf (~> 3.25)
79+
sass-embedded (1.71.1-x86_64-linux-gnu)
80+
google-protobuf (~> 3.25)
81+
terminal-table (3.0.2)
82+
unicode-display_width (>= 1.1.1, < 3)
83+
unicode-display_width (2.5.0)
84+
webrick (1.8.1)
7985

8086
PLATFORMS
8187
arm64-darwin-21
88+
arm64-darwin-23
8289
x86_64-linux
8390

8491
DEPENDENCIES
8592
http_parser.rb (~> 0.6.0)
86-
jekyll (~> 4.2.2)
93+
jekyll (~> 4.3)
8794
jekyll-feed (~> 0.12)
8895
jekyll-include-cache
8996
jekyll-redirect-from
@@ -95,4 +102,4 @@ DEPENDENCIES
95102
webrick (~> 1.7)
96103

97104
BUNDLED WITH
98-
2.3.14
105+
2.5.6

join-community.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: /join-community/
88

99
Most discussions and chats related to Zarr and its [implementations](https://github.com/zarr-developers/zarr_implementations) take place on Gitter and GitHub. If you are looking to:
1010

11-
- Interact with the maintainers, contributors and users of the project; join the Gitter[here](https://gitter.im/zarr-developers/community)
11+
- Interact with the maintainers, contributors and users of the project; join the ZulipChat[here](https://ossci.zulipchat.com/)
1212
- Want to ask questions related to [`zarr-python`](https://github.com/zarr-developers/zarr-python) usage, create a new discussion on GitHub → [here](https://github.com/zarr-developers/zarr-python/discussions)
1313
- Contribute and engage in discussion related to Zarr Specification; check out the `zarr-specs` [repo](https://github.com/zarr-developers/zarr-specs/) or create an issue → [here](https://github.com/zarr-developers/zarr-specs/issues)
1414

0 commit comments

Comments
 (0)