Skip to content

Commit dca7035

Browse files
authored
Merge pull request #155 from iangrooms/master
Attempt to fix doc build
2 parents 3505365 + d32e785 commit dca7035

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- dask
1010
- matplotlib
1111
- numpydoc
12-
- sphinx
12+
- sphinx==4.2
1313
- ipython
1414
- nbconvert
1515
- nbformat

gcm_filters/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def filter_func_vec(ufield, vfield, *args):
277277
class Filter:
278278
"""A class for applying diffusion-based smoothing filters to gridded data.
279279
280-
̦Parameters
280+
Parameters
281281
----------
282282
filter_scale : float
283283
The filter scale, which has different meaning depending on filter shape

0 commit comments

Comments
 (0)