From 6d5c756e9450ca9570aa94ebf423c80714fb371d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 1 May 2024 11:39:06 +0900 Subject: [PATCH] Remove old excludes These are detected as errors since the clean up was done[1] in the requirements repository. [1] 314734e938f107cbd5ebcc7af4d9167c11347406 Change-Id: I6ae88be19c17bb93c26b08a748819e059bd8cce6 --- doc/requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index a02f880..2e44bfb 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,8 +1,4 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - openstackdocstheme>=2.2.0 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD +sphinx>=2.0.0 # BSD reno>=3.1.0 # Apache-2.0 sphinxcontrib-apidoc>=0.2.0 # BSD