earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Updating sphinx in deps #24

Closed lwasser closed 5 years ago

lwasser commented 5 years ago

It turns out that this issue: https://github.com/earthlab/matplotcheck/issues/23 was due to a dated version of sphinx! while the online RTD is still failing due to an envt issue, things do build locally now so for now... this PR will be merged to fix the local issues. the larger issue has to do with conda-forge i suspect and folium using certifii which is also used by setup tools.

codecov[bot] commented 5 years ago

Codecov Report

Merging #24 into master will decrease coverage by 0.19%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #24     +/-   ##
=========================================
- Coverage   13.92%   13.73%   -0.2%     
=========================================
  Files           8        8             
  Lines         790      801     +11     
=========================================
  Hits          110      110             
- Misses        680      691     +11
Impacted Files Coverage Δ
matplotcheck/base.py 23.43% <ø> (ø) :arrow_up:
matplotcheck/folium.py 0% <0%> (ø) :arrow_up:

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 5d117a7...6a44c90. Read the comment docs.