diff --git a/mkdocs.yml b/mkdocs.yml index 7a16de8..40c356c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -112,7 +112,7 @@ plugins: show_source: true show_symbol_type_toc: true signature_crossrefs: true - import: + inventories: # See https://mkdocstrings.github.io/python/usage/#import for details - https://docs.python.org/3/objects.inv - https://typing-extensions.readthedocs.io/en/stable/objects.inv diff --git a/pyproject.toml b/pyproject.toml index 64452da..93cfeda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 82.0.0", "setuptools_scm[toml] == 9.2.2", - "frequenz-repo-config[lib] == 0.13.5", + "frequenz-repo-config[lib] == 0.14.0", ] build-backend = "setuptools.build_meta" @@ -63,7 +63,7 @@ dev-mkdocs = [ "mkdocs-material == 9.7.1", "mkdocstrings[python] == 1.0.3", "mkdocstrings-python == 1.18.2", - "frequenz-repo-config[lib] == 0.13.5", + "frequenz-repo-config[lib] == 0.14.0", ] dev-mypy = [ "mypy == 1.19.1", @@ -71,7 +71,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.13.5"] +dev-noxfile = ["nox == 2026.2.9", "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 @@ -80,7 +80,7 @@ dev-pylint = [ dev-pytest = [ "pytest == 8.4.2", "pylint == 3.3.8", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.5", + "frequenz-repo-config[extra-lint-examples] == 0.14.0", "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0", "async-solipsism == 0.9",