Skip to content

Commit 9cc391a

Browse files
committed
docs: refine wording of local doc build section (current state, remove modernization phrasing)
1 parent 7172e5f commit 9cc391a

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ These are some of the key features of Apache Sedona, but it may offer additional
119119
## When to use Sedona?
120120

121121

122-
## Building documentation locally (modernized uv workflow)
122+
## Building documentation locally
123123

124-
The documentation (MkDocs + Sphinx + Mike) dependencies are now managed via the root `pyproject.toml` using `uv`.
124+
Documentation (MkDocs + Sphinx + Mike) dependencies are managed via the root `pyproject.toml` using `uv`.
125125

126126
Prerequisites:
127127
- Python >= 3.8
@@ -153,7 +153,7 @@ cp -r python/sedona/doc/_build/html/* docs/api/pydocs/
153153
uv run mkdocs serve
154154
```
155155

156-
The legacy `requirements-dev.txt` and `requirements-docs.txt` have been removed in favor of dependency groups defined in `pyproject.toml`.
156+
Dependency groups are defined in `pyproject.toml` and resolved with `uv sync --group docs`.
157157

158158
### Use Cases:
159159

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements-docs.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)