Переглянути джерело

Fixed #33753 -- Fixed docs build on Sphinx 5+.

Empty language is not supported anymore.
Mariusz Felisiak 2 роки тому
батько
коміт
565ad5ace4
1 змінених файлів з 5 додано та 0 видалено
  1. 5 0
      docs/Makefile

+ 5 - 0
docs/Makefile

@@ -9,6 +9,11 @@ PAPER         ?=
 BUILDDIR      ?= _build
 LANGUAGE      ?=
 
+# Set the default language.
+ifndef LANGUAGE
+override LANGUAGE = en
+endif
+
 # Convert something like "en_US" to "en", because Sphinx does not recognize
 # underscores. Country codes should be passed using a dash, e.g. "pt-BR".
 LANGUAGEOPT = $(firstword $(subst _, ,$(LANGUAGE)))