Skip to content

2i2c-org/team-compass

This branch is 206 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28baf46 · Apr 19, 2024
Jan 30, 2024
Jan 30, 2024
Jun 27, 2022
Feb 17, 2024
Dec 9, 2023
Nov 8, 2023
Apr 17, 2024
Apr 19, 2024
Mar 29, 2024
Sep 12, 2023
Feb 7, 2024
Apr 3, 2024
Mar 25, 2024
Mar 29, 2024
Mar 6, 2024
Apr 17, 2024
Feb 19, 2024
Mar 29, 2024
Mar 2, 2023
Dec 20, 2023
Apr 22, 2021
Apr 12, 2023
Apr 3, 2024
Jan 26, 2024
Apr 20, 2023
Feb 7, 2024

Repository files navigation

2i2c Team Compass

This repository contains the source files for the 2i2c Team Compass. For more information, see our Team Compass landing page.

Build the team compass locally

The Team Compass is built with the Sphinx documentation engine. The easiest way to build the documentation in this repository is to use the nox automation tool, a tool for quickly building environments and running commands within them. This ensures that your environment has all the dependencies needed to build the documentation.

To do so, follow these steps:

  1. Install nox

    $ pip install nox
  2. Build the documentation:

    $ nox -s docs

This should create a local environment in a .nox folder, build the documentation (as specified in the noxfile.py configuration), and the output will be in _build/dirhtml.

To build live documentation that updates when you update local files, run the following command:

$ nox -s docs-live