From 42d86b17cabb024ff999981129179c16b99bc0f6 Mon Sep 17 00:00:00 2001 From: Leontii Istomin Date: Thu, 24 Aug 2023 11:29:12 -0500 Subject: [PATCH] Remove versions from doc/requirements.txt to avoid confusion Versions from TOX_CONSTRAINTS_FILE are used which is defaulted to https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt Change-Id: I547c244f9d79f3a0f4d0269f546495504f2340cd --- doc/requirements.txt | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index f6621cf11..bab3837d0 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,15 +2,9 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -# Workaround till we are waiting for openstackdocstheme=3.1.2. -# Specifically https://review.opendev.org/c/openstack/openstackdocstheme/+/891678/1/openstackdocstheme/page_context.py -# The simptoms for "tox run -- testenv:docs": -# Extension error (openstackdocstheme.page_context): -# Handler for event 'html-page-context' threw an exception (exception: object of type 'PosixPath' has no len()) -# openstackdocstheme>=3.1.2 # Apache-2.0 -# sphinx>=2.0.0,!=2.1.0 # BSD -sphinx<7.2.0 # BSD -# End of the workaround -sphinxcontrib-blockdiag>=1.1.0 -openstackdocstheme>=2.2.1 # Apache-2.0 -reno>=3.1.0 # Apache-2.0 \ No newline at end of file +# Versions from TOX_CONSTRAINTS_FILE are used +# TOX_CONSTRAINTS_FILE defaulted to https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt +sphinx +sphinxcontrib-blockdiag +openstackdocstheme +reno \ No newline at end of file