isciences / exactextract

Fast and accurate raster zonal statistics
Apache License 2.0
233 stars 31 forks source link

Respect global cmake flag in python docs #80

Closed whatnick closed 5 months ago

whatnick commented 5 months ago

Closes #79 by turning off CMAKE blocks in the Python documentation building using sphinx.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4974704) 87.59% compared to head (817ae49) 87.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #80 +/- ## ======================================= Coverage 87.59% 87.59% ======================================= Files 68 68 Lines 3709 3709 ======================================= Hits 3249 3249 Misses 460 460 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dbaston commented 5 months ago

Thanks!