Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 348 Bytes

File metadata and controls

21 lines (15 loc) · 348 Bytes

build documentation in local environment

installation for requirement packages

$ pip install -r requirements.txt

build

for English Language:

$ make html

for Japanese Language:

$ make html -e SPHINXOPTS="-D language='ja'"