Skip to content
Open
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 docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def _dotv(version):
llms_txt_build_parallel = True
llms_txt_suffix_mode = "auto"
llms_txt_full_build = True
llms_txt_exclude = ["sg_execution_times", "**/sg_execution_times"]
llms_txt_description = "A powerful, format-agnostic, community-driven Python package for analysing and visualising Earth science data"

# -- sphinx-sitemap ----------------------------------------------------------
Expand Down Expand Up @@ -497,8 +498,7 @@ def reset_modules(gallery_conf, fname):
# force gallery building, unless overridden (see src/Makefile)
"plot_gallery": "'True'",
"reset_modules": f"{reset_modules.__name__}.{reset_modules.__name__}",
# disable the computation reports
"write_computation_times": False,
"write_computation_times": True,
}

# -----------------------------------------------------------------------------
Expand Down
333 changes: 170 additions & 163 deletions requirements/locks/py312-linux-64.lock

Large diffs are not rendered by default.

333 changes: 170 additions & 163 deletions requirements/locks/py313-linux-64.lock

Large diffs are not rendered by default.

302 changes: 151 additions & 151 deletions requirements/locks/py314-linux-64.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements/py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies:
- sphinx-needs
- sphinx-reredirects
- sphinx_changelog >=1.6.0
- sphinx-llm
- sphinx-llm >=1.0.0
- sphinx-sitemap
- towncrier

Expand Down
2 changes: 1 addition & 1 deletion requirements/py313.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies:
- sphinx-needs
- sphinx-reredirects
- sphinx_changelog >=1.6.0
- sphinx-llm
- sphinx-llm >=1.0.0
- sphinx-sitemap
- towncrier

Expand Down
2 changes: 1 addition & 1 deletion requirements/py314.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies:
- sphinx-needs
- sphinx-reredirects
- sphinx_changelog >=1.6.0
- sphinx-llm
- sphinx-llm >=1.0.0
- sphinx-sitemap
- towncrier

Expand Down
Loading