ocean-eddy-cpt / gcm-filters

Diffusion-based Spatial Filtering of Gridded Data
https://gcm-filters.readthedocs.io/
Other
37 stars 24 forks source link

Attempt to fix doc build #155

Closed iangrooms closed 2 years ago

iangrooms commented 2 years ago

149 fixed numerical instability but broke the docs. This PR is attempting to fix the docs build.

NoraLoose commented 2 years ago

I suspect we have to pin an earlier version of sphinx. Can you try changing the line

sphinx

to

sphinx==4.2

in docs/environment.yml?

codecov-commenter commented 2 years ago

Codecov Report

Merging #155 (d32e785) into master (3505365) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  Coverage   93.87%   93.87%           
=======================================
  Files          10       10           
  Lines         931      931           
=======================================
  Hits          874      874           
  Misses         57       57           
Flag Coverage Δ
unittests 93.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
gcm_filters/filter.py 97.92% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3505365...d32e785. Read the comment docs.

iangrooms commented 2 years ago

Looks like that fixed it. I'll merge this now.

NoraLoose commented 2 years ago

closes #154