From 5fab204977a768a0a30a5685b97b1fd817b1f1bf Mon Sep 17 00:00:00 2001 From: likui Date: Thu, 3 Jun 2021 16:21:10 +0800 Subject: [PATCH] These should be indented four spaces to match the other things in this block Change-Id: Ic5e1af250513b896e7f23a3bdc14dc1dd1aa2e3a --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 8a30566..ee01557 100644 --- a/tox.ini +++ b/tox.ini @@ -42,10 +42,10 @@ commands = [testenv:pdf-docs] deps = {[testenv:docs]deps} whitelist_externals = - make + make commands = - sphinx-build -W --keep-going -b latex doc/source doc/build/pdf - make -C doc/build/pdf + sphinx-build -W --keep-going -b latex doc/source doc/build/pdf + make -C doc/build/pdf [doc8] # Settings for doc8: