Skip to content

Commit 1aed871

Browse files
authored
Merge pull request #246 from abkfenris/lost-resources
Rebuild OHW22 toctree
2 parents 07f33bc + 22c930b commit 1aed871

File tree

4 files changed

+57
-39
lines changed

4 files changed

+57
-39
lines changed

conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
html_theme_options = {
5959
"search_bar_text": "Search this site...",
6060
# "google_analytics_id": "",
61-
"navbar_end": ["search-field.html", "navbar-icon-links"],
61+
"navbar_end": [
62+
# "search-field.html",
63+
"navbar-icon-links"
64+
],
6265
"icon_links": [
6366
{
6467
"name": "GitHub",
@@ -87,6 +90,7 @@
8790
},
8891
],
8992
"use_edit_page_button": True,
93+
"header_links_before_dropdown": 3
9094
}
9195
html_scaled_image_link = False
9296

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: ohw-site
22
channels:
33
- conda-forge
44
dependencies:
5-
- python>=3.10
5+
- python>=3.8,<3.9
66
# website/blog building
77
- myst-nb>=0.16.0
88
- sphinx>= 5.0.2
99
- jupytext
10+
- pre-commit
1011
# - sphinx-panels
1112
- ablog>=0.10.26
1213
- sphinx-autobuild>=2021.3.14

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,6 @@ Virtual event: We expect to hold formal sessions in at least two time zones, USA
168168
about/index.md
169169
about/pasthackweeks.md
170170
OceanHackWeek 2023 <ohw23/index.md>
171+
OceanHackWeek 2022 <ohw22/index.md>
171172
% posts
172173
```

requirements.txt

Lines changed: 49 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
ablog==0.10.26
1+
ablog==0.10.33.post1
2+
accessible-pygments==0.0.4
23
alabaster==0.7.12
34
appnope==0.1.3
45
argon2-cffi==21.3.0
@@ -11,109 +12,120 @@ backports.functools-lru-cache==1.6.4
1112
beautifulsoup4==4.11.1
1213
bleach==5.0.1
1314
brotlipy==0.7.0
14-
certifi==2022.12.7
15+
certifi==2023.5.7
1516
cffi==1.15.1
17+
cfgv==3.3.1
1618
charset-normalizer==2.1.0
1719
click==8.1.3
1820
colorama==0.4.5
19-
cryptography==37.0.1
20-
debugpy==1.6.0
21+
cryptography==40.0.2
22+
debugpy==1.6.7
2123
decorator==5.1.1
2224
defusedxml==0.7.1
23-
docutils==0.18.1
25+
distlib==0.3.6
26+
docutils==0.19
2427
entrypoints==0.4
2528
executing==0.8.3
2629
fastjsonschema==2.15.3
2730
feedgen==0.9.0
31+
filelock==3.12.0
2832
flit_core==3.7.1
29-
greenlet==1.1.2
33+
greenlet==2.0.2
34+
identify==2.5.24
3035
idna==3.3
3136
imagesize==1.4.1
32-
importlib-metadata==4.11.4
37+
importlib-metadata==6.6.0
3338
importlib-resources==5.8.0
3439
invoke==1.7.1
3540
ipykernel==6.15.1
36-
ipython==8.10.0
41+
ipython==8.12.2
3742
ipython-genutils==0.2.0
38-
ipywidgets==7.7.1
39-
jedi==0.18.1
43+
ipywidgets==8.0.6
44+
jedi==0.18.2
4045
Jinja2==3.1.2
4146
jsonschema==4.6.2
42-
jupyter-cache==0.5.0
47+
jupyter-cache==0.6.1
4348
jupyter-client==7.3.4
44-
jupyter-core==4.11.2
49+
jupyter_core==5.3.0
4550
jupyterlab-pygments==0.2.2
46-
jupyterlab-widgets==1.1.1
47-
jupytext==1.14.0
51+
jupyterlab-widgets==3.0.7
52+
jupytext==1.14.5
4853
livereload==2.6.3
4954
lxml==4.9.1
50-
markdown-it-py==2.2.0
51-
MarkupSafe==2.1.1
55+
markdown-it-py==2.1.0
56+
MarkupSafe==2.1.2
5257
matplotlib-inline==0.1.3
53-
mdit-py-plugins==0.3.0
58+
mdit-py-plugins==0.3.5
5459
mdurl==0.1.0
55-
mistune==0.8.4
56-
myst-nb==0.16.0
57-
myst-parser==0.18.0
60+
mistune==2.0.5
61+
myst-nb==0.17.2
62+
myst-parser==0.18.1
5863
nbclient==0.5.13
59-
nbconvert==6.5.1
64+
nbconvert==7.4.0
6065
nbformat==5.4.0
6166
nbsphinx==0.8.9
6267
nest-asyncio==1.5.5
68+
nodeenv==1.8.0
6369
notebook==6.4.12
64-
numpy==1.23.1
70+
numpy==1.24.3
6571
packaging==21.3
66-
pandas==1.4.3
72+
pandas==2.0.1
6773
pandocfilters==1.5.0
6874
parso==0.8.3
6975
pexpect==4.8.0
7076
pickleshare==0.7.5
7177
pip==22.1.2
78+
platformdirs==2.6.0
79+
pre-commit==3.3.2
7280
prometheus-client==0.14.1
7381
prompt-toolkit==3.0.30
74-
psutil==5.9.1
82+
psutil==5.9.5
7583
ptyprocess==0.7.0
7684
pure-eval==0.2.2
7785
pycparser==2.21
78-
pydata-sphinx-theme==0.9.0
86+
pydata-sphinx-theme==0.13.3
7987
Pygments==2.12.0
8088
pyOpenSSL==22.0.0
8189
pyparsing==3.0.9
82-
pyrsistent==0.18.1
90+
pyrsistent==0.19.3
8391
PySocks==1.7.1
8492
python-dateutil==2.8.2
8593
pytz==2022.1
8694
PyYAML==6.0
87-
pyzmq==23.2.0
95+
pyzmq==25.0.2
8896
requests==2.28.1
8997
Send2Trash==1.8.0
90-
setuptools==65.5.1
98+
setuptools==67.7.2
9199
six==1.16.0
92100
snowballstemmer==2.2.0
93101
soupsieve==2.3.1
94-
Sphinx==5.0.2
102+
Sphinx==5.3.0
95103
sphinx-autobuild==2021.3.14
96-
sphinx_design==0.2.0
104+
sphinx_design==0.4.1
97105
sphinx-togglebutton==0.3.1
98106
sphinxcontrib-applehelp==1.0.2
99107
sphinxcontrib-devhelp==1.0.2
100108
sphinxcontrib-htmlhelp==2.0.0
101109
sphinxcontrib-jsmath==1.0.1
102110
sphinxcontrib-qthelp==1.0.3
103111
sphinxcontrib-serializinghtml==1.1.5
104-
SQLAlchemy==1.4.39
112+
SQLAlchemy==2.0.15
105113
stack-data==0.3.0
106114
tabulate==0.8.10
107-
terminado==0.15.0
115+
terminado==0.17.1
108116
tinycss2==1.1.1
109-
tornado==6.2
117+
toml==0.10.2
118+
tornado==6.3.2
110119
traitlets==5.3.0
111120
typing_extensions==4.3.0
121+
tzdata==2023.3
122+
ukkonen==1.0.1
112123
urllib3==1.26.10
113-
watchdog==2.1.9
124+
virtualenv==20.21.1
125+
watchdog==3.0.0
114126
wcwidth==0.2.5
115127
webencodings==0.5.1
116-
wheel==0.38.1
117-
widgetsnbextension==3.6.1
118-
xarray==2022.3.0
128+
wheel==0.37.1
129+
widgetsnbextension==4.0.7
130+
xarray==2022.11.0
119131
zipp==3.8.0

0 commit comments

Comments
 (0)