File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ verificate-translation:
6868.PHONY : docs-lang-%
6969docs-lang-% : verificate-translation
7070 @echo " Generating translation for $( TRANSLATION) "
71- @docker run -v $$(pwd ) /docs:/docs hyperledger-fabric.jfrog.io/fabric- tox sh -c ' cd /docs/locale/$(TRANSLATION)/ && tox -e docs'
71+ @docker run -v $$(pwd ) /docs:/docs n42org/ tox:3.4.0 sh -c ' cd /docs/locale/$(TRANSLATION)/ && tox -e docs'
7272
7373.PHONY : docs-linkcheck-lang-%
7474docs-linkcheck-lang-% : verificate-translation
Original file line number Diff line number Diff line change 11[tox]
2- minversion = 1.6
2+ minversion = 3.4
33envlist =
44 docs,
55skipsdist =true
@@ -10,3 +10,5 @@ commands =
1010 sphinx-build -b html -n -d {envtmpdir}/doctrees ./source {toxinidir}/_build/html
1111 echo " Generated docs available in {toxinidir}/_build/html"
1212whitelist_externals = echo
13+ basepython =python3.7
14+ ignore_basepython_conflict =True
You can’t perform that action at this time.
0 commit comments