datalad / datalad-extension-template

Minimal implementation of a DataLad extension module
http://datalad.org
Other
2 stars 17 forks source link

DOC: Set language in Sphinx config to en #38

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)

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 2dab8fc8 and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 2 years ago

Codecov Report

Merging #38 (2dab8fc) into master (0d19eed) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #38   +/-   ##
=======================================
  Coverage   93.02%   93.02%           
=======================================
  Files           4        4           
  Lines          43       43           
=======================================
  Hits           40       40           
  Misses          3        3           

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 0d19eed...2dab8fc. Read the comment docs.