This is a template repository that can be used when generating documentation using Jupyter-books and hosting the site via GitHub pages.
You can get this project working locally by using the environment.yml file to create a conda environment that contains all the dependencies required to get started.
$ git clone https://github.com/ARCTraining/template-jb-docs.git
$ conda env create -f environment.yml
To build the html content locally you can use the jupyter-book
command line tool:
# navigate to the repository root
$ cd template-jb-docs
# sometimes worth running jupyter-book clean book/ to remove old files
# build the book
$ jupyter-book build book/
Jupyterbook is no longer supported on Windows (since Windows 10). The official documentation suggests using Windows Subsystem for Linux 2 (WSL2).