This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Specify the language in Sphinx documentation config file
Specify the language in Sphinx documentation config file. Fixes: ``` Running Sphinx v7.2.6 Warning, treated as error: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). make: *** [Makefile:65: html] Error 2 ``` raised when running: ``` make -C docs/ SPHINXOPTS="-W" BUILDDIR="$HOME/docs" OUTDIR="${CURBRANCH:-html}" html ```
- Loading branch information