참고소스 수정본
This commit is contained in:
18
참고/neo4j-graphrag-python-main/docs/README.md
Normal file
18
참고/neo4j-graphrag-python-main/docs/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user