Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 623 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 623 Bytes

BrainKB Documentation

This repository contains the Jupyter Book documentation for BrainKB.

Requirements

pip install -U jupyter-book sphinx-autobuild

Running

Auto build upon changes

sphinx-autobuild . _build/html

Auto build upon changes and open browser

sphinx-autobuild . _build/html --open-browser

Build and watch the Jupyter Book on port other than 8000, i.e., the default one.

sphinx-autobuild . _build/html --open-browser --port 8009  

Note: You need to be inside the jupyterbook directory and run the command, otherwise, replace "." with appropriate path.