Skip to content

Commit

Permalink
Merge pull request #155 from iangrooms/master
Browse files Browse the repository at this point in the history
Attempt to fix doc build
  • Loading branch information
iangrooms authored Jul 21, 2022
2 parents 3505365 + d32e785 commit dca7035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- dask
- matplotlib
- numpydoc
- sphinx
- sphinx==4.2
- ipython
- nbconvert
- nbformat
Expand Down
2 changes: 1 addition & 1 deletion gcm_filters/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def filter_func_vec(ufield, vfield, *args):
class Filter:
"""A class for applying diffusion-based smoothing filters to gridded data.
̦Parameters
Parameters
----------
filter_scale : float
The filter scale, which has different meaning depending on filter shape
Expand Down

0 comments on commit dca7035

Please sign in to comment.