From 3b4aa766414589cc1cd02595e63e2a58ff002336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:19:47 +0000 Subject: [PATCH] Update sphinxcontrib-apidoc requirement Updates the requirements on [sphinxcontrib-apidoc](https://github.com/sphinx-contrib/apidoc) to permit the latest version. - [Commits](https://github.com/sphinx-contrib/apidoc/compare/0.3.0...0.5.0) --- updated-dependencies: - dependency-name: sphinxcontrib-apidoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 9795a07c7..2439d8e30 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -3,7 +3,7 @@ sphinx>=4.2.0, <8.0.0 sphinx-autodoc-typehints>=1.12.0, <1.21 # limited due to https://github.com/tox-dev/sphinx-autodoc-typehints/issues/260 sphinx-rtd-theme>=1.0.0, <2.0.0 -sphinxcontrib-apidoc>=0.3.0, <0.5.0 +sphinxcontrib-apidoc>=0.3.0, <0.6.0 sphinxcontrib-bibtex>=2.1.0, <3.0.0 myst-parser>=1.0, <3.0 nbsphinx>=0.8.5, <0.10.0