File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ gem 'jekyll', '~>4'
44
55group :jekyll_plugins do
66 gem 'just-the-docs' , '~>0'
7+ gem 'jekyll-gfm-admonitions'
78end
Original file line number Diff line number Diff line change 77 bigdecimal (3.1.9 )
88 colorator (1.1.0 )
99 concurrent-ruby (1.3.5 )
10+ cssminify (1.0.2 )
1011 csv (3.3.4 )
1112 em-websocket (0.5.3 )
1213 eventmachine (>= 0.12.9 )
6465 safe_yaml (~> 1.0 )
6566 terminal-table (>= 1.8 , < 4.0 )
6667 webrick (~> 1.7 )
68+ jekyll-gfm-admonitions (1.2.0 )
69+ cssminify (~> 1.0 )
70+ jekyll (>= 3.0 , < 5.0 )
71+ octicons (~> 19.8 )
6772 jekyll-include-cache (0.2.1 )
6873 jekyll (>= 3.7 , < 5.0 )
6974 jekyll-sass-converter (3.1.0 )
8792 rb-fsevent (~> 0.10 , >= 0.10.3 )
8893 rb-inotify (~> 0.9 , >= 0.9.10 )
8994 mercenary (0.4.0 )
95+ octicons (19.21.2 )
9096 pathutil (0.16.2 )
9197 forwardable-extended (~> 2.6 )
9298 public_suffix (6.0.2 )
@@ -166,6 +172,7 @@ PLATFORMS
166172
167173DEPENDENCIES
168174 jekyll (~> 4 )
175+ jekyll-gfm-admonitions
169176 just-the-docs (~> 0 )
170177
171178BUNDLED WITH
Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ aux_links:
1313aux_links_new_tab : true
1414
1515logo : " https://raw.githubusercontent.com/UCL-ARC/python-tooling/main/images/logo.svg"
16+
17+ plugins :
18+ - jekyll-gfm-admonitions
You can’t perform that action at this time.
0 commit comments