From 9e9293c5ce8b77a74a653adc4a27cb79e32b7262 Mon Sep 17 00:00:00 2001 From: likui Date: Wed, 19 May 2021 11:50:59 +0800 Subject: [PATCH] Indented two spaces to match the other things in this block Change-Id: I87bd1cba830bd4c1de0136dd1f6b3636e74d12de --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0b1932289a..9de30ce6df 100644 --- a/tox.ini +++ b/tox.ini @@ -45,8 +45,8 @@ commands = {posargs} [testenv:docs] deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -r{toxinidir}/doc/requirements.txt + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -r{toxinidir}/doc/requirements.txt commands = rm -rf doc/build sphinx-build -W --keep-going -b html doc/source doc/build/html