These should be indented four spaces to match the other things in this block

Change-Id: Ic5e1af250513b896e7f23a3bdc14dc1dd1aa2e3a
This commit is contained in:
likui 2021-06-03 16:21:10 +08:00
parent a8f9bf811e
commit 5fab204977
1 changed files with 3 additions and 3 deletions

View File

@ -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: