From ee488a15d2afdb1f7ef3c26fbac799fd025c3468 Mon Sep 17 00:00:00 2001 From: Benjamin Balder Bach Date: Wed, 4 Jan 2023 21:47:45 +0100 Subject: [PATCH] 1.2.0rc2 (#1397) * Bump to 1.2.0rc2, add changelog entry on Sphinx 6 * Pull translations (no changes) * loosen sphinx 6 pinning --- docs/changelog.rst | 7 +++++-- docs/requirements.txt | 2 +- package.json | 2 +- setup.cfg | 2 +- setup.py | 2 +- sphinx_rtd_theme/__init__.py | 2 +- .../locale/de/LC_MESSAGES/sphinx.mo | Bin 2087 -> 2087 bytes .../locale/de/LC_MESSAGES/sphinx.po | 2 +- .../locale/en/LC_MESSAGES/sphinx.mo | Bin 457 -> 457 bytes .../locale/en/LC_MESSAGES/sphinx.po | 2 +- .../locale/es/LC_MESSAGES/sphinx.mo | Bin 2567 -> 2567 bytes .../locale/es/LC_MESSAGES/sphinx.po | 2 +- .../locale/et/LC_MESSAGES/sphinx.mo | Bin 2380 -> 2380 bytes .../locale/et/LC_MESSAGES/sphinx.po | 2 +- .../locale/fa_IR/LC_MESSAGES/sphinx.mo | Bin 2693 -> 2693 bytes .../locale/fa_IR/LC_MESSAGES/sphinx.po | 2 +- .../locale/fr/LC_MESSAGES/sphinx.mo | Bin 2547 -> 2547 bytes .../locale/fr/LC_MESSAGES/sphinx.po | 2 +- .../locale/hr/LC_MESSAGES/sphinx.mo | Bin 575 -> 575 bytes .../locale/hr/LC_MESSAGES/sphinx.po | 2 +- .../locale/hu/LC_MESSAGES/sphinx.mo | Bin 501 -> 501 bytes .../locale/hu/LC_MESSAGES/sphinx.po | 2 +- .../locale/it/LC_MESSAGES/sphinx.mo | Bin 2703 -> 2703 bytes .../locale/it/LC_MESSAGES/sphinx.po | 2 +- .../locale/lt/LC_MESSAGES/sphinx.mo | Bin 2750 -> 2750 bytes .../locale/lt/LC_MESSAGES/sphinx.po | 2 +- .../locale/nl/LC_MESSAGES/sphinx.mo | Bin 2549 -> 2549 bytes .../locale/nl/LC_MESSAGES/sphinx.po | 2 +- .../locale/pl/LC_MESSAGES/sphinx.mo | Bin 2339 -> 2339 bytes .../locale/pl/LC_MESSAGES/sphinx.po | 2 +- .../locale/pt/LC_MESSAGES/sphinx.mo | Bin 2354 -> 2354 bytes .../locale/pt/LC_MESSAGES/sphinx.po | 2 +- .../locale/pt_BR/LC_MESSAGES/sphinx.mo | Bin 2780 -> 2780 bytes .../locale/pt_BR/LC_MESSAGES/sphinx.po | 2 +- .../locale/ru/LC_MESSAGES/sphinx.mo | Bin 3449 -> 3449 bytes .../locale/ru/LC_MESSAGES/sphinx.po | 2 +- sphinx_rtd_theme/locale/sphinx.pot | 4 ++-- .../locale/sv/LC_MESSAGES/sphinx.mo | Bin 2132 -> 2132 bytes .../locale/sv/LC_MESSAGES/sphinx.po | 2 +- .../locale/tr/LC_MESSAGES/sphinx.mo | Bin 2117 -> 2117 bytes .../locale/tr/LC_MESSAGES/sphinx.po | 2 +- .../locale/zh_CN/LC_MESSAGES/sphinx.mo | Bin 2511 -> 2511 bytes .../locale/zh_CN/LC_MESSAGES/sphinx.po | 2 +- 43 files changed, 30 insertions(+), 27 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d6e8c3df..6befbbf8 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 7424b7eb..b28f68ee 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 1365033f..77a2ab56 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 ff461db8..f129a00b 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 bd3d1a8f..eba770ea 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ class TransifexCommand(distutils.cmd.Command): 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 66bf8e27..f4767fba 100644 --- a/sphinx_rtd_theme/__init__.py +++ b/sphinx_rtd_theme/__init__.py @@ -12,7 +12,7 @@ from sphinx.locale import _ 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 08cee9c2c450113595ce7534e27707b2ea0c46c8..98adad3ff4b6d8a1664f28bff2c0fd407f6e2513 100644 GIT binary patch delta 21 ccmZ23uv}n+84HK8fr62tm9gPwJC>Ks06^dc#sB~S delta 21 ccmZ23uv}n+84HJ@se+NAm5KRgJC>Ks06{GU&;S4c diff --git a/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.po index 8ecb9cab..c3871967 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 1b2cfbe5a3d58435b69be0dfb86312bfc193e472..595c90db4e35b9840ebed3af6804a04347d22e0b 100644 GIT binary patch delta 19 acmX@fe3E&>91ddx1tUW%W5bP0R2cz3(*?`` delta 19 acmX@fe3E&>91cTM1tUW%6Z4HrR2cz476sM- diff --git a/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.po index 71feeb74..09b8b297 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 b579381170dd82aadda82d44674ed456786c1a6b..95ac4a015c375d30d4600727e39e37712a31f0a5 100644 GIT binary patch delta 21 ccmZn{X&2eR%gSMFpkQQZWo)=vl=Tw}06A#|NB{r; delta 21 ccmZn{X&2eR%gSMBs$gVjWn#Wrl=Tw}06De=QUCw| diff --git a/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.po index eb5aaecf..8462b7dd 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 b668e32f5483f7e1e42a8709d799a66e1faa081c..a8c6ab29522e08c55986d8f06171f99a3b248ae5 100644 GIT binary patch delta 21 ccmX>jbVg_cFDr+!fr62tm9gPwQC4#n077pC6951J delta 21 ccmX>jbVg_cFDr+kse+NAm5KRgQC4#n07AS49RL6T diff --git a/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.po index 2ae857d9..c7d54615 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 9c95540dbfcc2185639f7ecebc69b9f1011c6446..8691ac70206c27667b91ad6366c2a259c1a6c1b0 100644 GIT binary patch delta 21 ccmZn_Z57?{jfKP5K*7k+%Ghx8KbCe@07{GotN;K2 delta 21 ccmZn_Z57?{jfKO|RKdv5%EWy0KbCe@07}^gwg3PC 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 97ae3b47..90fab754 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 0c8b8291728f4f45344c01c0f5fd4d15a27da0a2..f482e80bdf610c9406284ff7c945ae2ce0a154c2 100644 GIT binary patch delta 21 ccmew?{8@MdFDr+!fr62tm9gPwQPz7b07?4>3IG5A delta 21 ccmew?{8@MdFDr+kse+NAm5KRgQPz7b07^&(6aWAK diff --git a/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.po index 3ead9ac2..4fe76a73 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 953046a83edefa24d86653b9b21259940eca7790..384eaf7b91fc317970248beb61ba2f34933aea6b 100644 GIT binary patch delta 19 bcmdnbvY%zb91ddx1tUW%W5bP0W-|f+KY0c) delta 19 bcmdnbvY%zb91cTM1tUW%6Z4HrW-|f+KfDGy diff --git a/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/hr/LC_MESSAGES/sphinx.po index fe408938..742f84a4 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 59826f8ba05194164221cb9b8f704ea5f30fc33a..286602cae6db3a2f2fa392a4332506fe3f32ded0 100644 GIT binary patch delta 19 acmey${FQma91ddx1tUW%W5bP00vQ2DTLw@7 delta 19 acmey${FQma91cTM1tUW%6Z4Hr0vQ2Do(5U~ diff --git a/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/hu/LC_MESSAGES/sphinx.po index 6bffde33..f6dc31d4 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 824c57e3f7e8104e54da7d46ecd0a2b1776aea9b..f1352af4fba495bcd1e704113d565ba6da6f4d96 100644 GIT binary patch delta 21 ccmeAd?HAoJpOwSdK*7k+%Ghx8a@H3t07fGQbN~PV delta 21 ccmeAd?HAoJpOwSVRKdv5%EWy0a@H3t07h^IegFUf diff --git a/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.po index 15cafee2..84a6b624 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 17011ed8b7320179255ed9427fc03ee13039196b..7b492f1fc4cc37f26158f2139d2506f95b64436d 100644 GIT binary patch delta 21 ccmdldx=(b&d{z!)0|g^PD`UgW%UQ))0ZZBj0ssI2 delta 21 ccmdldx=(b&d{z!aQw1YKD--k0%UQ))0Zb, 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 86d7c6c5eaadb41acfe815b83cc45a6049631bda..30a19d6cff88390544ff402eddae5e0c1be6344c 100644 GIT binary patch delta 21 ccmca3dPj7_d{z!)0|g^PD`UgW%UMlX0Z_&UTmS$7 delta 21 ccmca3dPj7_d{z!aQw1YKD--k0%UMlX0Z|hMW&i*H 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 3150dc09..28e9bc39 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 b07910ce1b9551b4ecb7d3b285249cd1b6b18313..4346becff7c34450290b100bb8cbadc62fe85fea 100644 GIT binary patch delta 21 dcmew<^;2rYd{z!)0|g^PD`UgW%ULh60{~Y@2R{G+ delta 21 dcmew<^;2rYd{z!aQw1YKD--k0%ULh60{~Z*2T1?` diff --git a/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.po index eece1820..3febe5d5 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 9c341de0..02ffa1cf 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 3ba03abd70590a82550fbbd7af3a6b9b98617176..4b5243d6d7dcb432b961d4bc3c18bfd1454e42fc 100644 GIT binary patch delta 21 ccmca2a7AE4Jqw4ifr62tm9gRGc9yfu08L~DmH+?% delta 21 ccmca2a7AE4Jqw4Sse+NAm5KT0c9yfu08Oz5pa1{> diff --git a/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.po index 24277361..e774707f 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 7e14852b2ccbb96c72757d1ded2b2ca182439413..5f42312cb6846ce2fa8ba4a10623bbe28d3d0799 100644 GIT binary patch delta 21 ccmX>qa8zJ}FAImUfr62tm9gRGP?itO07q&DHvj+t delta 21 ccmX>qa8zJ}FAImEse+NAm5KT0P?itO07th5K>z>% diff --git a/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po b/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.po index 3a1a8614..9d01d87c 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 b0e9df3cd041814c584db61b704568193680a2a5..571ec7e821a8d828909e2e24ebe24e99da0cd1b1 100644 GIT binary patch delta 21 ccmX>vd|r6Nd{z!)0|g^PD`UgW%ULy808Up1FaQ7m delta 21 ccmX>vd|r6Nd{z!aQw1YKD--k0%ULy808XR^IsgCw 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 d9ae9967..50a560c5 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"