Skip to content

2i2c-org/team-compass

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d0a9dbe · Dec 17, 2024
Jul 8, 2024
Jan 30, 2024
Jun 27, 2022
Apr 18, 2024
Nov 15, 2024
Dec 9, 2023
Oct 23, 2024
Oct 10, 2024
Dec 17, 2024
Aug 6, 2024
Sep 12, 2023
Feb 7, 2024
Jul 2, 2024
Dec 17, 2024
Dec 13, 2024
Aug 6, 2024
Dec 17, 2024
Dec 6, 2024
Dec 17, 2024
Apr 26, 2024
Dec 20, 2023
Apr 18, 2024
Jul 8, 2024
Dec 17, 2024
Dec 17, 2024
Apr 20, 2023
Jun 19, 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

Organization Secrets

This repo requires access to organizational-level secrets that cannot be access via forked PR. Therefore the GH action test-docs.yaml will fail unless you push a non-forked PR.