Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 444 Bytes

Sphinx Documentation

Building the docs requires Python 3.8.1+

  1. Ensure the dev dependencies in pyproject.toml are installed.

  2. Add your changes to the appropriate .rst source file in docs/source directory.

  3. From the root directory, run the Makefile:

make -C docs html

You can now view your build locally.

When you open a PR, a TeamCity build will trigger when it's ready and someone from Neo4j can then preview this.