From 8acb150558eb88377e54534cb3308edfb88d7f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:51:45 +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.4.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 a9a35dfc5..d183b5787 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.4.0 +sphinxcontrib-apidoc>=0.3.0, <0.5.0 sphinxcontrib-bibtex>=2.1.0, <3.0.0 myst-parser>=1.0, <3.0 nbsphinx>=0.8.5, <0.10.0