Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Building Sphinx Documents

Let's install the required packages as follows:

$ pip install -r requirements.txt

Generate HTML documents and copy the output to a specific furiosa-doc path:

  DOCS_PATH=../../furiosa-docs/ DOCS_VERSION=v0.7.0 make en deploy-en
  DOCS_PATH=../../furiosa-docs/ DOCS_VERSION=v0.7.0 make ko deploy-ko