Remove tox skipdist=True

This does not work with latest tox 4.x.
Also makes changes to make tox.ini latest tox
compatible.

Closes-Bug: #2000357
Change-Id: I76666a3931b542e0859be58ae0426cd5f36fb347
This commit is contained in:
rabi 2022-12-26 09:10:05 +05:30
parent 48eaf4cc33
commit 62518a75e5
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,5 @@
[tox] [tox]
minversion = 2.0 minversion = 3.18.0
skipsdist = True
envlist = docs,deploy-guide envlist = docs,deploy-guide
[testenv] [testenv]
@ -21,7 +20,8 @@ commands =
sphinx-build -a -E -W -d doc/build/doctrees --keep-going -b html doc/source doc/build/html sphinx-build -a -E -W -d doc/build/doctrees --keep-going -b html doc/source doc/build/html
[testenv:pdf-docs] [testenv:pdf-docs]
whitelist_externals = make allowlist_externals =
make
description = description =
Build PDF documentation. Build PDF documentation.
envdir = {toxworkdir}/docs envdir = {toxworkdir}/docs