Develop Tools
3. Building Kyuubi Documentation
登录后可跨设备保存划线和私人笔记登录

Building Kyuubi Documentation
Follow the steps below and learn how to build the Kyuubi documentation as the one you are watching now.
Install & Activate virtualenv
Firstly, install virtualenv, this is optional but recommended as it is useful to create an independent environment to resolve dependency issues for building the documentation.
pip install virtualenvSwitch to the docs root directory.
cd $KTUUBI_HOME/docsCreate a virtual environment named 'kyuubi' or anything you like using virtualenv if it's not existing.
virtualenv kyuubiActivate it,
source ./kyuubi/bin/activateInstall all dependencies
Install all dependencies enumerated in the requirements.txt
pip install -r requirements.txtCreate Documentation
make htmlIf the build process succeed, the HTML pages are in _build/html.
View Locally
Open the _build/html/index.html file in your favorite web browser.
评论
登录后参与评论
正在加载评论…
InfoSphere