cd into the Jupyter-Alabaster-Theme directoryvirtualenv or conda environment to manage packages.pip install -r dev-requirements.txt
cd into the docs directorymake clean && make html_theme
The docs will be built in build/html. They can be viewed by starting an HTTP
server and navigating to 0.0.0.0:8000 in your web browser.
.. code:
python3 -m http.server