Skip to content

Commit 9efcb48

Browse files
authored
Merge pull request #124 from scipp/move_scippnexus
Put scippnexus in the same place as in the other repos in dropdown menu
2 parents c543d10 + 7e8b0ae commit 9efcb48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/_templates/topbar/launchbuttons.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
<a class="dropdown-buttons"
4141
href="https://scipp.github.io"><button type="button"
4242
class="btn btn-secondary topbarbtn">scipp</button></a>
43+
<a class="dropdown-buttons"
44+
href="https://scipp.github.io/scippnexus"><button type="button"
45+
class="btn btn-secondary topbarbtn">scippnexus</button></a>
4346
<a class="dropdown-buttons"
4447
href="https://scipp.github.io/scippneutron"><button type="button"
4548
class="btn btn-secondary topbarbtn">scippneutron</button></a>
4649
<a class="dropdown-buttons"
4750
href="https://scipp.github.io/ess"><button type="button"
4851
class="btn btn-secondary topbarbtn">ess</button></a>
49-
<a class="dropdown-buttons"
50-
href="https://scipp.github.io/scippnexus"><button type="button"
51-
class="btn btn-secondary topbarbtn">scippnexus</button></a>
5252
</div>
5353
</div>

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77
- nodefaults
88

99
dependencies:
10-
- ipympl<0.9 # see https://github.com/matplotlib/ipympl/issues/462
10+
- ipympl!=0.9.0 # see https://github.com/matplotlib/ipympl/issues/462
1111
- mantid
1212
- nbsphinx
1313
- pandoc

0 commit comments

Comments
 (0)