From 2133fe9d51a7dc4201ce8bd7305f9bd791c5f55c Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Tue, 31 May 2022 14:22:59 -0700 Subject: [PATCH] docs: set language for Sphinx build Sphinx 5.0.0 no longer accepts None for language. Remove it and Sphinx will use English as the default and no longer emit a warning. For details see https://github.com/sphinx-doc/sphinx/issues/10474 Sphinx warnings cause our documentation build on GitHub Actions to fail. Failures were observed for macOS builds which upgraded to Sphinx 5.0.0. Signed-off-by: Vincent Fu --- doc/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 10b72ecb91..844f951ab7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -85,13 +85,6 @@ def fio_version(): version, release = fio_version() -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = None - # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #