Skip to content

Commit 970c5eb

Browse files
dnakashimasatota2
authored andcommitted
Update makefile and tox.ini for fix local build error
Signed-off-by: Daiki.Nakashima <[email protected]>
1 parent 1cadf40 commit 970c5eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ verificate-translation:
6868
.PHONY: docs-lang-%
6969
docs-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-%
7474
docs-linkcheck-lang-%: verificate-translation

docs/locale/ja_JP/tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
minversion = 1.6
2+
minversion = 3.4
33
envlist =
44
docs,
55
skipsdist=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"
1212
whitelist_externals = echo
13+
basepython=python3.7
14+
ignore_basepython_conflict=True

0 commit comments

Comments
 (0)