Mercurial > p > roundup > code
comparison website/www/conf.py @ 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 | 5bac0a0afb7f |
comparison
equal
deleted
inserted
replaced
| 7492:452a8bd1d826 | 7493:06a2f79389b6 |
|---|---|
| 73 # The full version, including alpha/beta/rc tags. | 73 # The full version, including alpha/beta/rc tags. |
| 74 release = VERSION | 74 release = VERSION |
| 75 | 75 |
| 76 # The language for content autogenerated by Sphinx. Refer to documentation | 76 # The language for content autogenerated by Sphinx. Refer to documentation |
| 77 # for a list of supported languages. | 77 # for a list of supported languages. |
| 78 #language = None | 78 language = 'en' |
| 79 | 79 |
| 80 # There are two options for replacing |today|: either, you set today to some | 80 # There are two options for replacing |today|: either, you set today to some |
| 81 # non-false value, then it is used: | 81 # non-false value, then it is used: |
| 82 #today = '' | 82 #today = '' |
| 83 # Else, today_fmt is used as the format for a strftime call. | 83 # Else, today_fmt is used as the format for a strftime call. |
