tox: Fix broken releasenotes target

... due to lack of doc requirements.

Also remove the note about old pip's behavior.

Change-Id: I9b032c854b130109f064e2bc7cfa05d9132f76e6
This commit is contained in:
Takashi Kajinami
2025-04-20 22:16:56 +09:00
parent 6833c236ee
commit f1c4552dd8
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
# 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.
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
# releasenotes

View File

@@ -35,6 +35,7 @@ commands =
setenv = PYTHONHASHSEED=0
[testenv:releasenotes]
deps = {[testenv:docs]deps}
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html