Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ plugins:
default_handler: python
handlers:
python:
paths: ["src"]
options:
paths: ["src"]
docstring_section_style: spacy
inherited_members: true
merge_init_into_class: false
Expand All @@ -112,7 +112,7 @@ plugins:
show_source: true
show_symbol_type_toc: true
signature_crossrefs: true
import:
inventories:
- https://docs.python.org/3/objects.inv
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
# Note this plugin must be loaded after mkdocstrings to be able to use macros
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requires = [
"setuptools == 80.9.0",
"setuptools_scm[toml] == 9.2.2",
"frequenz-repo-config[lib] == 0.13.8",
"frequenz-repo-config[lib] == 0.14.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -59,15 +59,15 @@ dev-mkdocs = [
"mkdocs-material == 9.6.23",
"mkdocstrings[python] == 1.0.0",
"mkdocstrings-python == 1.18.2",
"frequenz-repo-config[lib] == 0.13.8",
"frequenz-repo-config[lib] == 0.14.0",
]
dev-mypy = [
"mypy == 1.18.2",
"types-Markdown == 3.9.0.20250906",
# For checking the noxfile, docs/ script, and tests
"frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]",
]
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.8"]
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.14.0"]
dev-pylint = [
# dev-pytest already defines a dependency to pylint because of the examples
# For checking the noxfile, docs/ script, and tests
Expand All @@ -76,7 +76,7 @@ dev-pylint = [
dev-pytest = [
"pytest == 9.0.2",
"pylint == 4.0.4", # We need this to check for the examples
"frequenz-repo-config[extra-lint-examples] == 0.13.8",
"frequenz-repo-config[extra-lint-examples] == 0.14.0",
"pytest-mock == 3.15.1",
"pytest-asyncio == 1.3.0",
"async-solipsism == 0.8",
Expand Down