Files
AI/참고/neo4j-graphrag-python-main/docs/README.md
2026-05-12 19:40:31 +09:00

19 lines
442 B
Markdown

# Sphinx Documentation
Building the docs requires Python 3.9+
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.