Skip to content

bsurc/docs

Repository files navigation

Boise State Research Computing Documentation

Hosted on Read the docs

Built using MkDocs

Uses Material for MkDocs theme

To build locally

  1. Create a python environment containing the packages in requirements.txt. We recommend using mambaforge.

  2. Build the site and start the docs server:

mkdocs build
mkdocs serve