Skip to content

Commit 5a62dca

Browse files
committed
docs: Remove no longer useful versionchanged annotations
Drop them for 1.x and 2.x releases.
1 parent 40901eb commit 5a62dca

File tree

9 files changed

+2
-45
lines changed

9 files changed

+2
-45
lines changed

docs/admin/componentlists.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Specify multiple lists of components to appear as options on the user dashboard,
77
from which users can pick one as their default view.
88
See :ref:`dashboard` to learn more.
99

10-
.. versionchanged:: 2.20
10+
.. hint::
1111

1212
A status will be presented for each component list presented on the dashboard.
1313

@@ -17,7 +17,7 @@ have a name that is displayed to the user, and a slug representing it in the
1717
URL.
1818

1919

20-
.. versionchanged:: 2.13
20+
.. hint::
2121

2222
Change dashboard settings for anonymous users from the admin interface,
2323
altering what dashboard is presented to unauthenticated users.

docs/admin/install.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,11 +1217,6 @@ For testing purposes, you can use the built-in web server in Django:
12171217
Serving static files
12181218
++++++++++++++++++++
12191219

1220-
.. versionchanged:: 2.4
1221-
1222-
Prior to version 2.4, Weblate didn't properly use the Django static files
1223-
framework and the setup was more complex.
1224-
12251220
Django needs to collect its static files in a single directory. To do so,
12261221
execute :samp:`weblate collectstatic --noinput`. This will copy the static
12271222
files into a directory specified by the :setting:`django:STATIC_ROOT` setting (this defaults to

docs/admin/install/docker.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ The following examples assume you have a working Docker environment, with
5858
5959
Enjoy your Weblate deployment, it's accessible on port 80 of the ``weblate`` container.
6060

61-
.. versionchanged:: 2.15-2
62-
63-
The setup has changed recently, priorly there was separate web server
64-
container, since 2.15-2 the web server is embedded in the Weblate
65-
container.
66-
6761
.. versionchanged:: 3.7.1-6
6862

6963
In July 2019 (starting with the 3.7.1-6 tag), the containers are not running

docs/admin/management.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ Creates an ``admin`` account with a random password, unless it is specified.
268268

269269
Update the existing user (you can use this to change passwords).
270270

271-
.. versionchanged:: 2.9
272-
273-
Added parameters ``--username``, ``--email``, ``--name`` and ``--update``.
274-
275271
dump_memory
276272
-----------
277273

@@ -335,11 +331,6 @@ You have to include the ``name`` and ``filemask`` fields.
335331

336332
Update (already) imported components.
337333

338-
.. versionchanged:: 2.9
339-
340-
The parameters ``--ignore`` and ``--update`` are there to deal with already
341-
imported components.
342-
343334
Example of JSON file:
344335

345336
.. literalinclude:: ../../weblate/trans/tests/data/components.json

docs/formats/i18next.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ i18next JSON files
66
.. index::
77
pair: i18next; file format
88

9-
.. versionchanged:: 2.17
10-
11-
Since Weblate 2.17 and with ``translate-toolkit`` at-least 2.2.5, i18next
12-
JSON files with plurals are supported as well.
13-
149
.. versionchanged:: 4.15.1
1510

1611
Support for v4 variant of this format was added.

docs/formats/json.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ JSON files
66
.. index::
77
pair: JSON; file format
88

9-
.. versionchanged:: 2.16
10-
11-
Since Weblate 2.16 and with translate-toolkit at-least 2.2.4, nested
12-
structure JSON files are supported as well.
13-
149
.. versionchanged:: 4.3
1510

1611
The structure of JSON file is properly preserved even for complex

docs/user/translating.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ saving.
171171
Keyboard shortcuts
172172
++++++++++++++++++
173173

174-
.. versionchanged:: 2.18
175-
176-
The keyboard shortcuts have been revamped in 2.18 to less likely collide
177-
with browser or system defaults.
178-
179174
The following keyboard shortcuts can be utilized during translation:
180175

181176
+-------------------------------------------+-----------------------------------------------------------------------+

docs/vcs.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,10 +456,6 @@ users to maintain a full clone of the internal repository and commit locally.
456456
If your repository does not have a standard layout and you encounter errors,
457457
try including the branch name in the repository URL and leaving branch empty.
458458

459-
.. versionchanged:: 2.19
460-
461-
Before this, only repositories using the standard layout were supported.
462-
463459
.. _git-svn: https://git-scm.com/docs/git-svn
464460

465461
.. _subversion: https://subversion.apache.org/

docs/wlc.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,6 @@ Configuration files
291291
+++++++++++++++++++
292292

293293
:file:`.weblate`, :file:`.weblate.ini`, :file:`weblate.ini`
294-
.. versionchanged:: 1.6
295-
296-
The files with `.ini` extension are accepted as well.
297-
298294
Per project configuration file
299295
:file:`C:\\Users\\NAME\\AppData\\weblate.ini`
300296
User configuration file on Windows.

0 commit comments

Comments
 (0)