Skip to content

Commit b9b9e2c

Browse files
Update to newest repo config
Signed-off-by: Flora <[email protected]>
1 parent e58df84 commit b9b9e2c

File tree

3 files changed

+6
-87
lines changed

3 files changed

+6
-87
lines changed

docs/_scripts/macros.py

-78
This file was deleted.

mkdocs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,9 @@ plugins:
116116
- https://docs.python.org/3/objects.inv
117117
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
118118
# Note this plugin must be loaded after mkdocstrings to be able to use macros
119-
# inside docstrings. See the comment in `docs/_scripts/macros.py` for more
120-
# details
119+
# inside docstrings.
121120
- macros:
122-
module_name: docs/_scripts/macros
121+
modules: ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
123122
on_undefined: strict
124123
on_error_fail: true
125124
- search

pyproject.toml

+4-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 75.8.0",
77
"setuptools_scm[toml] == 8.1.0",
8-
"frequenz-repo-config[lib] == 0.11.0",
8+
"frequenz-repo-config[lib] == 0.12.2",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -53,9 +53,7 @@ dev-mkdocs = [
5353
"mkdocs-literate-nav == 0.6.1",
5454
"mkdocs-macros-plugin == 1.3.7",
5555
"mkdocs-material == 9.6.1",
56-
"mkdocstrings[python] == 0.27.0",
57-
"mkdocstrings-python == 1.13.0",
58-
"frequenz-repo-config[lib] == 0.11.0",
56+
"frequenz-repo-config[lib] == 0.12.2",
5957
]
6058
dev-mypy = [
6159
"mypy == 1.14.1",
@@ -65,7 +63,7 @@ dev-mypy = [
6563
]
6664
dev-noxfile = [
6765
"nox == 2024.10.9",
68-
"frequenz-repo-config[lib] == 0.11.0",
66+
"frequenz-repo-config[lib] == 0.12.2",
6967
]
7068
dev-pylint = [
7169
# dev-pytest already defines a dependency to pylint because of the examples
@@ -75,7 +73,7 @@ dev-pylint = [
7573
dev-pytest = [
7674
"pytest == 8.3.4",
7775
"pylint == 3.3.4", # We need this to check for the examples
78-
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
76+
"frequenz-repo-config[extra-lint-examples] == 0.12.2",
7977
"pytest-mock == 3.14.0",
8078
"pytest-asyncio == 0.25.3",
8179
"async-solipsism == 0.7",

0 commit comments

Comments
 (0)