Skip to content

Commit ffc1989

Browse files
authored
Update click, mark mkdocs as not to be upgraded. (#204)
1 parent cf031a5 commit ffc1989

17 files changed

Lines changed: 146 additions & 80 deletions

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ maintainers = [
2323
]
2424

2525
dependencies = [
26-
"click==8.2.1", # DO NOT UPGRADE - 8.3.0 breaks MkDocs live serve
26+
"click==8.3.2",
2727
"deepl==1.29.0",
2828
"markdown-checker==0.2.5",
2929
"mistletoe==1.5.1",
@@ -32,7 +32,7 @@ dependencies = [
3232
"mkdocs-macros-plugin==1.5.0",
3333
"mkdocs-material==9.7.6",
3434
"mkdocs-rss-plugin==1.17.9",
35-
"mkdocs==1.6.1",
35+
"mkdocs==1.6.1", # DO NOT UPGRADE - 2+ is not compatible with anything here
3636
"mkdocstrings-python==2.0.3",
3737
"pymdown-extensions==10.21.2",
3838
"pyspelling==2.12.1",

src/beeware_docs_tools/shared_content/locales/ar/translations.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2022,7 +2022,7 @@ msgstr ""
20222022
"\n"
20232023
"///\n"
20242024
"\n"
2025-
"/// علامة التبويب | Linux"
2025+
"/// tab | Linux"
20262026

20272027
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:40 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:76 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:112
20282028
msgid ""
@@ -2067,6 +2067,8 @@ msgstr ""
20672067
"{% if not config.extra.macos_only %}\n"
20682068
"\n"
20692069
"/// tab | macOS"
2070+
"\n"
2071+
"{% endif %}"
20702072

20712073
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:65 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:75
20722074
#, fuzzy
@@ -2106,6 +2108,8 @@ msgstr ""
21062108
"{% if not config.extra.macos_only %}\n"
21072109
"\n"
21082110
"/// tab | macOS"
2111+
"\n"
2112+
"{% endif %}"
21092113

21102114
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:101 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:111
21112115
#, fuzzy

src/beeware_docs_tools/shared_content/locales/cs/translations.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ msgstr ""
19961996
"\n"
19971997
"{% if not config.extra.macos_only %}\n"
19981998
"\n"
1999-
"/// záložka | macOS\n"
1999+
"/// tab | macOS\n"
20002000
"\n"
20012001
"{% endif %}"
20022002

@@ -2018,7 +2018,7 @@ msgstr ""
20182018
"\n"
20192019
"///\n"
20202020
"\n"
2021-
"/// záložka | Linux"
2021+
"/// tab | Linux"
20222022

20232023
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:40 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:76 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:112
20242024
msgid ""
@@ -2063,6 +2063,8 @@ msgstr ""
20632063
"{% if not config.extra.macos_only %}\n"
20642064
"\n"
20652065
"/// tab | macOS"
2066+
"\n"
2067+
"{% endif %}"
20662068

20672069
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:65 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:75
20682070
#, fuzzy
@@ -2102,6 +2104,8 @@ msgstr ""
21022104
"{% if not config.extra.macos_only %}\n"
21032105
"\n"
21042106
"/// tab | macOS"
2107+
"\n"
2108+
"{% endif %}"
21052109

21062110
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:101 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:111
21072111
#, fuzzy
@@ -3362,19 +3366,19 @@ msgid ""
33623366
msgstr ""
33633367
"Obsah nahoře.\n"
33643368
"\n"
3365-
"/// záložka | Název první záložky\n"
3369+
"/// tab | Název první záložky\n"
33663370
"\n"
33673371
"Text první záložky\n"
33683372
"\n"
33693373
"///\n"
33703374
"\n"
3371-
"/// záložka | Název druhé záložky\n"
3375+
"/// tab | Název druhé záložky\n"
33723376
"\n"
33733377
"Text druhé záložky.\n"
33743378
"\n"
33753379
"///\n"
33763380
"\n"
3377-
"/// záložka | Název třetí záložky\n"
3381+
"/// tab | Název třetí záložky\n"
33783382
"\n"
33793383
"Text třetí záložky.\n"
33803384
"\n"
@@ -3408,7 +3412,7 @@ msgid ""
34083412
msgstr ""
34093413
"Obsah nahoře.\n"
34103414
"\n"
3411-
"/// záložka | Windows\n"
3415+
"/// tab | Windows\n"
34123416
"\n"
34133417
"Text záložky.\n"
34143418
"\n"

src/beeware_docs_tools/shared_content/locales/da/translations.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ msgstr ""
20182018
"\n"
20192019
"///\n"
20202020
"\n"
2021-
"/// fane | Linux"
2021+
"/// tab | Linux"
20222022

20232023
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:40 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:76 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:112
20242024
msgid ""
@@ -2063,6 +2063,8 @@ msgstr ""
20632063
"{% if not config.extra.macos_only %}\n"
20642064
"\n"
20652065
"/// tab | macOS"
2066+
"\n"
2067+
"{% endif %}"
20662068

20672069
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:65 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:75
20682070
#, fuzzy
@@ -2102,6 +2104,8 @@ msgstr ""
21022104
"{% if not config.extra.macos_only %}\n"
21032105
"\n"
21042106
"/// tab | macOS"
2107+
"\n"
2108+
"{% endif %}"
21052109

21062110
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:101 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:111
21072111
#, fuzzy
@@ -3362,19 +3366,19 @@ msgid ""
33623366
msgstr ""
33633367
"Indhold ovenfor.\n"
33643368
"\n"
3365-
"/// fane | Titel på fane 1\n"
3369+
"/// tab | Titel på fane 1\n"
33663370
"\n"
33673371
"Tekst på fane 1\n"
33683372
"\n"
33693373
"///\n"
33703374
"\n"
3371-
"/// fane | Titel på fane 2\n"
3375+
"/// tab | Titel på fane 2\n"
33723376
"\n"
33733377
"Tekst på fane 2.\n"
33743378
"\n"
33753379
"///\n"
33763380
"\n"
3377-
"/// fane | Titel på fane 3\n"
3381+
"/// tab | Titel på fane 3\n"
33783382
"\n"
33793383
"Tekst på fane 3.\n"
33803384
"\n"
@@ -3408,7 +3412,7 @@ msgid ""
34083412
msgstr ""
34093413
"Indhold ovenfor.\n"
34103414
"\n"
3411-
"/// fane | Windows\n"
3415+
"/// tab | Windows\n"
34123416
"\n"
34133417
"Tekst på fane.\n"
34143418
"\n"

src/beeware_docs_tools/shared_content/locales/de/translations.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ msgstr ""
20192019
"\n"
20202020
"///\n"
20212021
"\n"
2022-
"/// Registerkarte | Linux"
2022+
"/// tab | Linux"
20232023

20242024
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:40 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:76 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:112
20252025
msgid ""
@@ -2063,6 +2063,8 @@ msgstr ""
20632063
"{% if not config.extra.macos_only %}\n"
20642064
"\n"
20652065
"/// tab | macOS"
2066+
"\n"
2067+
"{% endif %}"
20662068

20672069
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:65 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:75
20682070
msgid "(.venv) $ tox p -m test-platform"
@@ -2100,6 +2102,8 @@ msgstr ""
21002102
"{% if not config.extra.macos_only %}\n"
21012103
"\n"
21022104
"/// tab | macOS"
2105+
"\n"
2106+
"{% endif %}"
21032107

21042108
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:101 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:111
21052109
msgid "(.venv) $ tox -e coverage-platform-html"
@@ -3357,19 +3361,19 @@ msgid ""
33573361
msgstr ""
33583362
"Inhalt oben.\n"
33593363
"\n"
3360-
"/// Registerkarte | Titel der ersten Registerkarte\n"
3364+
"/// tab | Titel der ersten Registerkarte\n"
33613365
"\n"
33623366
"Text der ersten Registerkarte\n"
33633367
"\n"
33643368
"///\n"
33653369
"\n"
3366-
"/// Registerkarte | Titel der zweiten Registerkarte\n"
3370+
"/// tab | Titel der zweiten Registerkarte\n"
33673371
"\n"
33683372
"Text der zweiten Registerkarte.\n"
33693373
"\n"
33703374
"///\n"
33713375
"\n"
3372-
"/// Registerkarte | Titel der dritten Registerkarte\n"
3376+
"/// tab | Titel der dritten Registerkarte\n"
33733377
"\n"
33743378
"Text der dritten Registerkarte.\n"
33753379
"\n"
@@ -3403,7 +3407,7 @@ msgid ""
34033407
msgstr ""
34043408
"Inhalt oben.\n"
34053409
"\n"
3406-
"/// Registerkarte | Windows\n"
3410+
"/// tab | Windows\n"
34073411
"\n"
34083412
"Text der Registerkarte.\n"
34093413
"\n"

src/beeware_docs_tools/shared_content/locales/es/translations.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ msgstr ""
17111711
"\n"
17121712
"{% if not config.extra.macos_only %}\n"
17131713
"\n"
1714-
"/// pestaña | macOS\n"
1714+
"/// tab | macOS\n"
17151715
"\n"
17161716
"{% endif %}"
17171717

@@ -1732,7 +1732,7 @@ msgstr ""
17321732
"\n"
17331733
"///\n"
17341734
"\n"
1735-
"/// pestaña | Linux"
1735+
"/// tab | Linux"
17361736

17371737
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:40 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:76 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:112
17381738
msgid ""
@@ -1776,6 +1776,8 @@ msgstr ""
17761776
"{% if not config.extra.macos_only %}\n"
17771777
"\n"
17781778
"/// tab | macOS"
1779+
"\n"
1780+
"{% endif %}"
17791781

17801782
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:65 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:75
17811783
msgid "(.venv) $ tox p -m test-platform"
@@ -1813,6 +1815,8 @@ msgstr ""
18131815
"{% if not config.extra.macos_only %}\n"
18141816
"\n"
18151817
"/// tab | macOS"
1818+
"\n"
1819+
"{% endif %}"
18161820

18171821
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:101 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:111
18181822
msgid "(.venv) $ tox -e coverage-platform-html"
@@ -2882,19 +2886,19 @@ msgid ""
28822886
msgstr ""
28832887
"Contenido superior.\n"
28842888
"\n"
2885-
"/// pestaña | Título de la pestaña uno\n"
2889+
"/// tab | Título de la pestaña uno\n"
28862890
"\n"
28872891
"Texto de la pestaña uno\n"
28882892
"\n"
28892893
"///\n"
28902894
"\n"
2891-
"/// pestaña | Título de la pestaña dos\n"
2895+
"/// tab | Título de la pestaña dos\n"
28922896
"\n"
28932897
"Texto de la pestaña dos.\n"
28942898
"\n"
28952899
"///\n"
28962900
"\n"
2897-
"/// pestaña | Título de la pestaña tres\n"
2901+
"/// tab | Título de la pestaña tres\n"
28982902
"\n"
28992903
"Texto de la pestaña tres.\n"
29002904
"\n"
@@ -2927,7 +2931,7 @@ msgid ""
29272931
msgstr ""
29282932
"Contenido superior.\n"
29292933
"\n"
2930-
"/// pestaña | Windows\n"
2934+
"/// tab | Windows\n"
29312935
"\n"
29322936
"Texto de la pestaña.\n"
29332937
"\n"

src/beeware_docs_tools/shared_content/locales/fa/translations.po

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ msgstr ""
19961996
"\n"
19971997
"{% if not config.extra.macos_only %}\n"
19981998
"\n"
1999-
"/// برگه | macOS\n"
1999+
"/// tab | macOS\n"
20002000
"\n"
20012001
"{% endif %}"
20022002

@@ -2013,8 +2013,10 @@ msgid ""
20132013
"\n"
20142014
"/// tab | Linux"
20152015
msgstr ""
2016+
"{% if not config.extra.macos_only %}\n"
2017+
"\n"
20162018
"///\n"
2017-
"/// برگه | لینوکس"
2019+
"/// tab | لینوکس"
20182020

20192021
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:40 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:76 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:112
20202022
msgid ""
@@ -2058,6 +2060,8 @@ msgstr ""
20582060
"{% if not config.extra.macos_only %}\n"
20592061
"\n"
20602062
"/// tab | مک‌اواس"
2063+
"\n"
2064+
"{% endif %}"
20612065

20622066
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:65 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:75
20632067
msgid "(.venv) $ tox p -m test-platform"
@@ -2095,6 +2099,8 @@ msgstr ""
20952099
"{% if not config.extra.macos_only %}\n"
20962100
"\n"
20972101
"/// tab | مک‌اواس"
2102+
"\n"
2103+
"{% endif %}"
20982104

20992105
#: src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:101 src/beeware_docs_tools/shared_content/en/contribute/how/write-code.md:111
21002106
msgid "(.venv) $ tox -e coverage-platform-html"
@@ -3399,7 +3405,7 @@ msgid ""
33993405
msgstr ""
34003406
"محتوای بالا.\n"
34013407
"\n"
3402-
"/// برگه | ویندوز\n"
3408+
"/// tab | ویندوز\n"
34033409
"\n"
34043410
"متن برگه.\n"
34053411
"\n"

0 commit comments

Comments
 (0)