Mercurial > p > roundup > code
changeset 7493:06a2f79389b6
Set language to en explicitly.
Suppress warning on newer sphinx.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 15 Jun 2023 20:50:31 -0400 |
| parents | 452a8bd1d826 |
| children | 022b7112c171 |
| files | website/www/conf.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/website/www/conf.py Thu Jun 15 20:46:59 2023 -0400 +++ b/website/www/conf.py Thu Jun 15 20:50:31 2023 -0400 @@ -75,7 +75,7 @@ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -#language = None +language = 'en' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used:
