diff --git a/docs/modules/functions/optimization/special.md b/docs/modules/functions/optimization/special.md index 8259930..e9629c6 100644 --- a/docs/modules/functions/optimization/special.md +++ b/docs/modules/functions/optimization/special.md @@ -83,8 +83,8 @@ heading_level: 0 members: None -| | -| :-------------------------------------------------------------: | +| | +| :-----------------------------------------------------------------: | | ![HimmelblauFunction](../../../extra/images/HimmelblauFunction.png) | ## Styblinski-Tang Function diff --git a/pyproject.toml b/pyproject.toml index ffc6b36..edbeaf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ docs = [ "mkdocs-material>=9.5.50,<10", "mkdocs-minify-plugin>=0.8.0,<0.9", "mkdocs-git-revision-date-localized-plugin>=1.3.0,<2", - "mkdocstrings[python]>=0.27.0,<0.28", + "mkdocstrings[python]>=0.29,<0.30", "mathjax>=0.1.2,<0.2", "mkdocs-literate-nav>=0.6.1,<0.7", "mkdocs-section-index>=0.3.9,<0.4", diff --git a/uv.lock b/uv.lock index 30c2815..57c2cf3 100644 --- a/uv.lock +++ b/uv.lock @@ -721,21 +721,19 @@ wheels = [ [[package]] name = "mkdocstrings" -version = "0.27.0" +version = "0.29.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "click" }, { name = "jinja2" }, { name = "markdown" }, { name = "markupsafe" }, { name = "mkdocs" }, { name = "mkdocs-autorefs" }, - { name = "platformdirs" }, { name = "pymdown-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e2/5a/5de70538c2cefae7ac3a15b5601e306ef3717290cb2aab11d51cbbc2d1c0/mkdocstrings-0.27.0.tar.gz", hash = "sha256:16adca6d6b0a1f9e0c07ff0b02ced8e16f228a9d65a37c063ec4c14d7b76a657", size = 94830 } +sdist = { url = "https://files.pythonhosted.org/packages/8e/4d/a9484dc5d926295bdf308f1f6c4f07fcc99735b970591edc414d401fcc91/mkdocstrings-0.29.0.tar.gz", hash = "sha256:3657be1384543ce0ee82112c3e521bbf48e41303aa0c229b9ffcccba057d922e", size = 1212185 } wheels = [ - { url = "https://files.pythonhosted.org/packages/cd/10/4c27c3063c2b3681a4b7942f8dbdeb4fa34fecb2c19b594e7345ebf4f86f/mkdocstrings-0.27.0-py3-none-any.whl", hash = "sha256:6ceaa7ea830770959b55a16203ac63da24badd71325b96af950e59fd37366332", size = 30658 }, + { url = "https://files.pythonhosted.org/packages/15/47/eb876dfd84e48f31ff60897d161b309cf6a04ca270155b0662aae562b3fb/mkdocstrings-0.29.0-py3-none-any.whl", hash = "sha256:8ea98358d2006f60befa940fdebbbc88a26b37ecbcded10be726ba359284f73d", size = 1630824 }, ] [package.optional-dependencies] @@ -745,16 +743,17 @@ python = [ [[package]] name = "mkdocstrings-python" -version = "1.13.0" +version = "1.16.8" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "griffe" }, { name = "mkdocs-autorefs" }, { name = "mkdocstrings" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ab/ae/32703e35d74040051c672400fd9f5f2b48a6ea094f5071dd8a0e3be35322/mkdocstrings_python-1.13.0.tar.gz", hash = "sha256:2dbd5757e8375b9720e81db16f52f1856bf59905428fd7ef88005d1370e2f64c", size = 185697 } +sdist = { url = "https://files.pythonhosted.org/packages/8e/b8/62190ea298fdb1e84670ef548590748c633ab4e05b35bcf902e89f2f28c6/mkdocstrings_python-1.16.8.tar.gz", hash = "sha256:9453ccae69be103810c1cf6435ce71c8f714ae37fef4d87d16aa92a7c800fe1d", size = 205119 } wheels = [ - { url = "https://files.pythonhosted.org/packages/51/23/d02d86553327296c3bf369d444194ea83410cce8f0e690565264f37f3261/mkdocstrings_python-1.13.0-py3-none-any.whl", hash = "sha256:b88bbb207bab4086434743849f8e796788b373bd32e7bfefbf8560ac45d88f97", size = 112254 }, + { url = "https://files.pythonhosted.org/packages/67/d0/ef6e82f7a68c7ac02e1a01815fbe88773f4f9e40728ed35bd1664a5d76f2/mkdocstrings_python-1.16.8-py3-none-any.whl", hash = "sha256:211b7aaf776cd45578ecb531e5ad0d3a35a8be9101a6bfa10de38a69af9d8fd8", size = 124116 }, ] [[package]] @@ -1437,7 +1436,7 @@ docs = [ { name = "mkdocs-minify-plugin", specifier = ">=0.8.0,<0.9" }, { name = "mkdocs-section-index", specifier = ">=0.3.9,<0.4" }, { name = "mkdocs-table-reader-plugin", specifier = ">=3.1.0,<4" }, - { name = "mkdocstrings", extras = ["python"], specifier = ">=0.27.0,<0.28" }, + { name = "mkdocstrings", extras = ["python"], specifier = ">=0.29,<0.30" }, { name = "pymdown-extensions", specifier = "~=10.14" }, ]