This repository contains the Jupyter Book documentation for BrainKB.
pip install -U jupyter-book sphinx-autobuild
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.