docs: update language setting for Sphinx build
authorVincent Fu <vincent.fu@samsung.com>
Tue, 31 May 2022 21:49:11 +0000 (21:49 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 Jun 2022 02:58:00 +0000 (20:58 -0600)
commit5ceed0be62f3ce8903d5747674f9f70f44e736d6
treeff87c07f7a66cbac2d341e20b5f83d1637199ce4
parente1aeff3ac96a51128b0493377f405e38bdc83500
docs: update language setting 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 recent macOS builds which upgraded to Sphinx
5.0.0.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
Link: https://lore.kernel.org/r/20220531214857.169864-1-vincent.fu@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
doc/conf.py