Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 2.28 KB

DEVELOP.rst

File metadata and controls

80 lines (49 loc) · 2.28 KB

Developer Guide

Documentation

The documentation is written using Sphinx and ReStructuredText.

Working on the documentation

Python 3.7 is required.

Change into the docs directory:

$ cd docs

For help, run:

$ make

Crate Docs Build

Run `make <TARGET>`, where <TARGET> is one of:

  dev     Run a Sphinx development server that builds and lints the
          documentation as you edit the source files

  html    Build the static HTML output

  check   Build, test, and lint the documentation

  reset   Reset the build cache

You must install fswatch to use the dev target.

Continuous integration and deployment

Build version Travis CI status Read The Docs status

GHA is configured to run make check from the docs directory. Please do not merge pull requests until the tests pass.

Read the Docs automatically deploys the documentation whenever a configured branch is updated.

To make changes to the RTD configuration (e.g., to activate or deactivate a release version), please contact the @crate/tech-writing team.