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