Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.