Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ test-notebook: ## Run notebook tests (pyiceberg_example and spark_integration_ex
##@ Documentation

docs-serve: ## Serve local docs preview (hot reload)
uv run $(PYTHON_ARG) --group docs mkdocs serve -f mkdocs/mkdocs.yml --livereload
NO_MKDOCS_2_WARNING=true uv run $(PYTHON_ARG) --group docs mkdocs serve -f mkdocs/mkdocs.yml --livereload

docs-build: ## Build the static documentation site
uv run $(PYTHON_ARG) --group docs mkdocs build -f mkdocs/mkdocs.yml --strict
NO_MKDOCS_2_WARNING=true uv run $(PYTHON_ARG) --group docs mkdocs build -f mkdocs/mkdocs.yml --strict

# ========================
# Experimentation
Expand Down
1 change: 1 addition & 0 deletions mkdocs/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [API](api.md)
- [Row Filter Syntax](row-filter-syntax.md)
- [Expression DSL](expression-dsl.md)
- [Geospatial Types](geospatial.md)
- [Contributing](contributing.md)
- [Community](community.md)
- Releases
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ docs = [
"jinja2==3.1.6",
"mkdocstrings==1.0.4",
"mkdocstrings-python==2.0.3",
"mkdocs-literate-nav==0.6.3",
"mkdocs-literate-nav==0.6.2",
"mkdocs-autorefs==1.4.4",
"mkdocs-gen-files==0.6.1",
"mkdocs-gen-files==0.6.0",
"mkdocs-material==9.7.6",
"mkdocs-material-extensions==1.3.1",
"mkdocs-section-index==0.3.12",
"mkdocs-section-index==0.3.10",
]
# for experimentation
notebook = [
Expand Down
Loading
Loading