File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ bump2version
3
3
cartopy==0.22.0
4
4
flake8
5
5
matplotlib==3.7.4
6
- mpl-sphinx-theme~=3.7.1
7
6
pillow>=9
8
7
pdfx
9
8
pip-tools
10
9
pre-commit
11
10
scipy
11
+ # Docs
12
+ mpl-sphinx-theme==3.8.0
13
+ pydata-sphinx-theme==0.13.3
12
14
sphinx
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ matplotlib==3.7.4
75
75
# mpl-sphinx-theme
76
76
mccabe == 0.7.0
77
77
# via flake8
78
- mpl-sphinx-theme == 3.7.1
78
+ mpl-sphinx-theme == 3.8.0
79
79
# via -r requirements.in
80
80
nodeenv == 1.8.0
81
81
# via pre-commit
@@ -113,8 +113,10 @@ pycodestyle==2.11.1
113
113
# flake8
114
114
pycparser == 2.21
115
115
# via cffi
116
- pydata-sphinx-theme == 0.15.2
117
- # via mpl-sphinx-theme
116
+ pydata-sphinx-theme == 0.13.3
117
+ # via
118
+ # -r requirements.in
119
+ # mpl-sphinx-theme
118
120
pyflakes == 3.2.0
119
121
# via flake8
120
122
pygments == 2.17.2
You can’t perform that action at this time.
0 commit comments