Skip to content
Open
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
2 changes: 2 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ sphinx-design = "*"
sphinx-inline-tabs = "*"
sphinx-llm = ">=0.2.1"
sphinx = ">=6,<8"
sphinx-autobuild = "*"
sphinxcontrib-mermaid = "*"
sphinxcontrib-srclinks = "*"
sphinx-remove-toctrees = "*"
Expand All @@ -243,6 +244,7 @@ cfgrib = "*"
[feature.doc.tasks]
doc = { cmd = "make html", cwd = "doc", description = "Build the HTML documentation." }
doc-clean = { cmd = "make clean && make html", cwd = "doc", description = "Clean build artifacts and rebuild the HTML documentation from scratch." }
doc-watch = { cmd = "make livehtml", cwd = "doc", description = "Build and auto-rebuild the documentation on changes." }
linkcheck = { cmd = "make linkcheck", cwd = "doc", description = "Check URLs in documentation." }


Expand Down
Loading