我正在Mac上工作,并使用Sphinx 1.6.3为我的软件构建文档。
最近我尝试了国际化功能,效果很好。
但是现在我想将不同的语言导出到不同的文件夹中
connect
根据文档,它很简单:
doc/de
doc/en
doc/fr
http://www.sphinx-doc.org/en/master/usage/quickstart.html#running-the-build
所以我尝试了这个:
$ sphinx-build -b html sourcedir builddir
哪个给了我奇怪的错误:
make -e SPHINXOPTS="-D language='en'" -b html /Applications/MAMP/htdocs/sakkadentrainer/doc/ /Applications/MAMP/htdocs/sakkadentrainer/doc/_build/html/en/
我在做什么错了?
最好的问候 击败
答案 0 :(得分:-1)
问题解决了。我不得不使用sphinx-build而不是make
<div>
<input type="radio" name="purchaseVal" checked />
<label>Label 1</label>
</div>
<div>
<input type="radio" name="purchaseVal" />
<label>Label 2</label>
</div>