Skip to content

Commit

Permalink
TRIVIAL: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara3l committed Apr 25, 2024
1 parent ee0ec28 commit 33c66ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
40 changes: 0 additions & 40 deletions docs/config/production/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,43 +27,3 @@ url = "/1.16/"
version = "1.15"
dirpath = "1.15"
url = "/1.15/"
[[versions]]
version = "1.14"
dirpath = "1.14"
url = "/1.14/"
[[versions]]
version = "1.13"
dirpath = "1.13"
url = "/1.13/"
[[versions]]
version = "1.12"
dirpath = "1.12"
url = "/1.12/"
[[versions]]
version = "1.11"
dirpath = "1.11"
url = "/1.11/"
[[versions]]
version = "1.10"
dirpath = "1.10"
url = "/1.10/"
[[versions]]
version = "1.9"
dirpath = "1.9"
url = "/1.9/"
[[versions]]
version = "1.8"
dirpath = "1.8"
url = "/1.8/"
[[versions]]
version = "1.7"
dirpath = "1.7"
url = "/1.7/"
[[versions]]
version = "1.6"
dirpath = "1.6"
url = "/1.6/"
[[versions]]
version = "1.5"
dirpath = "1.5"
url = "/1.5/"
3 changes: 3 additions & 0 deletions scripts/bump_doc_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def bump_toml(file_path: Path, version: list[int]):
new_version_data["url"] = "/latest/"
versions.insert(1, new_version_data)

# Pop the last version
versions.pop()

with open(file_path, "w") as file:
file.write(tomlkit.dumps(data))

Expand Down

0 comments on commit 33c66ad

Please sign in to comment.