diff --git a/docs/changelog.rst b/docs/changelog.rst index d6e8c3df4..6befbbf87 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,15 +7,18 @@ Changelog Development version (|development_version|) =========================================== -.. |development_version| replace:: 1.2.0rc1 +.. |development_version| replace:: 1.2.0rc2 -Dependency Changes +Dependency changes ------------------ * docutils 0.18 is supported. (#1381) +* Sphinx 6 support added (#1385) +* Added ``sphinxcontrib-jquery`` as a dependency (#1385) * Python 3.11 is officially supported and tested. (#1395) * Python 3.4 and 3.5 are officially not supported (#1395) + Note for users of Sphinx<3 -------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt index 7424b7ebd..b28f68ee9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1 @@ -sphinx==6.0.0 +sphinx>=6.0,<6.1 diff --git a/package.json b/package.json index 1365033f8..77a2ab560 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sphinx_rtd_theme", "main": "js/theme.js", - "version": "1.2.0rc1", + "version": "1.2.0rc2", "scripts": { "dev": "webpack-dev-server --open --config webpack.dev.js", "build": "webpack --config webpack.prod.js", diff --git a/setup.cfg b/setup.cfg index ff461db8c..f129a00bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0rc1 +current_version = 1.2.0rc2 commit = false tag = false parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index bd3d1a8f4..eba770ea8 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ def run(self): setup( - version='1.2.0rc1', + version='1.2.0rc2', cmdclass={ 'update_translations': UpdateTranslationsCommand, 'transifex': TransifexCommand, diff --git a/sphinx_rtd_theme/__init__.py b/sphinx_rtd_theme/__init__.py index 66bf8e27e..f4767fba4 100644 --- a/sphinx_rtd_theme/__init__.py +++ b/sphinx_rtd_theme/__init__.py @@ -12,7 +12,7 @@ from sphinx.util.logging import getLogger -__version__ = '1.2.0rc1' +__version__ = '1.2.0rc2' __version_full__ = __version__ logger = getLogger(__name__) diff --git a/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo index 08cee9c2c..98adad3ff 100644 Binary files a/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po index 8ecb9cab4..c38719670 100644 --- a/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Tom Kunze , 2019\n" "Language-Team: German (https://www.transifex.com/readthedocs/teams/101354/de/)\n" diff --git a/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo index 1b2cfbe5a..595c90db4 100644 Binary files a/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po index 71feeb74f..09b8b2973 100644 --- a/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 15:43-0600\n" "Last-Translator: FULL NAME \n" "Language: en\n" diff --git a/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo index b57938117..95ac4a015 100644 Binary files a/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po index eb5aaecf4..8462b7dde 100644 --- a/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Leonardo J. Caballero G. , 2022\n" "Language-Team: Spanish (https://www.transifex.com/readthedocs/teams/101354/es/)\n" diff --git a/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo index b668e32f5..a8c6ab295 100644 Binary files a/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po index 2ae857d99..c7d546159 100644 --- a/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Ivar Smolin , 2021\n" "Language-Team: Estonian (https://www.transifex.com/readthedocs/teams/101354/et/)\n" diff --git a/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo index 9c95540db..8691ac702 100644 Binary files a/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po index 97ae3b471..90fab7549 100644 --- a/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Peyman M., 2022\n" "Language-Team: Persian (Iran) (https://www.transifex.com/readthedocs/teams/101354/fa_IR/)\n" diff --git a/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo index 0c8b82917..f482e80bd 100644 Binary files a/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po index 3ead9ac20..4fe76a739 100644 --- a/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Radina Matic , 2021\n" "Language-Team: French (https://www.transifex.com/readthedocs/teams/101354/fr/)\n" diff --git a/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo index 953046a83..384eaf7b9 100644 Binary files a/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po index fe408938a..742f84a4b 100644 --- a/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Ivan Bratović, 2022\n" "Language-Team: Croatian (https://www.transifex.com/readthedocs/teams/101354/hr/)\n" diff --git a/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo index 59826f8ba..286602cae 100644 Binary files a/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po index 6bffde33f..f6dc31d42 100644 --- a/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Balázs Úr, 2022\n" "Language-Team: Hungarian (https://www.transifex.com/readthedocs/teams/101354/hu/)\n" diff --git a/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo index 824c57e3f..f1352af4f 100644 Binary files a/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po index 15cafee26..84a6b6241 100644 --- a/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Benjamin Bach , 2022\n" "Language-Team: Italian (https://www.transifex.com/readthedocs/teams/101354/it/)\n" diff --git a/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo index 17011ed8b..7b492f1fc 100644 Binary files a/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po index 086c9d6f3..d7741a02c 100644 --- a/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Tomas Straupis, 2021\n" "Language-Team: Lithuanian (https://www.transifex.com/readthedocs/teams/101354/lt/)\n" diff --git a/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo index 960716f6c..549af0f13 100644 Binary files a/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po index fdeef5d50..c3de3ab33 100644 --- a/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Jesse Tan, 2021\n" "Language-Team: Dutch (https://www.transifex.com/readthedocs/teams/101354/nl/)\n" diff --git a/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo index bf11a4162..d0aa0b195 100644 Binary files a/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po index 200d9499c..df1e4000b 100644 --- a/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Michal Sniatala, 2021\n" "Language-Team: Polish (https://www.transifex.com/readthedocs/teams/101354/pl/)\n" diff --git a/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo index b66b52c0e..6175aad2f 100644 Binary files a/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po index ee55783a2..428e57acb 100644 --- a/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Ana Costa , 2021\n" "Language-Team: Portuguese (https://www.transifex.com/readthedocs/teams/101354/pt/)\n" diff --git a/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo index 86d7c6c5e..30a19d6cf 100644 Binary files a/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po index 3150dc097..28e9bc39c 100644 --- a/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Wellington Uemura , 2022\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/readthedocs/teams/101354/pt_BR/)\n" diff --git a/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo index b07910ce1..4346becff 100644 Binary files a/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po index eece18208..3febe5d53 100644 --- a/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Dmitry Shachnev , 2021\n" "Language-Team: Russian (https://www.transifex.com/readthedocs/teams/101354/ru/)\n" diff --git a/sphinx_rtd_theme/locale/sphinx.pot b/sphinx_rtd_theme/locale/sphinx.pot index 9c341de0b..02ffa1cf8 100644 --- a/sphinx_rtd_theme/locale/sphinx.pot +++ b/sphinx_rtd_theme/locale/sphinx.pot @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: sphinx_rtd_theme 1.2.0rc1\n" +"Project-Id-Version: sphinx_rtd_theme 1.2.0rc2\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo index 3ba03abd7..4b5243d6d 100644 Binary files a/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po index 242773610..e774707f4 100644 --- a/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: Daniel Holmberg , 2020\n" "Language-Team: Swedish (https://www.transifex.com/readthedocs/teams/101354/sv/)\n" diff --git a/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo index 7e14852b2..5f42312cb 100644 Binary files a/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po index 3a1a86144..9d01d87cb 100644 --- a/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: BouRock, 2020\n" "Language-Team: Turkish (https://www.transifex.com/readthedocs/teams/101354/tr/)\n" diff --git a/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo index b0e9df3cd..571ec7e82 100644 Binary files a/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo and b/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po index d9ae99679..50a560c5c 100644 --- a/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: sphinx_rtd_theme 0.4.3.dev0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2022-12-15 21:47+0100\n" +"POT-Creation-Date: 2022-12-30 21:31+0100\n" "PO-Revision-Date: 2019-07-16 21:44+0000\n" "Last-Translator: JY3, 2022\n" "Language-Team: Chinese (China) (https://www.transifex.com/readthedocs/teams/101354/zh_CN/)\n"