datalad / datalad-fuse

DataLad extension to provide FUSE file system access
Other
1 stars 4 forks source link

DOC: Set language in Sphinx config to en #72

Closed adswa closed 2 years ago

adswa commented 2 years ago

Starting with Sphinx version 5.0, the configuration for the doc's language should not be None anymore and causes docbuild failures otherwise (see datalad/datalad#6715). This change sets the language specification to English (en)

codecov[bot] commented 2 years ago

Codecov Report

Merging #72 (5ca432e) into master (cf28b63) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   70.65%   70.65%           
=======================================
  Files          11       11           
  Lines         760      760           
=======================================
  Hits          537      537           
  Misses        223      223           

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 14d19d7...5ca432e. Read the comment docs.

yarikoptic commented 2 years ago

linting issues are orthogonal to this, so filed https://github.com/datalad/datalad-fuse/issues/73 . Thank you @adswa !