This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new cb6d5b69e chore: update documentation links for 0.14.0 release (#3716)
cb6d5b69e is described below
commit cb6d5b69e00ec157652374a1ebd3598593d2a5e7
Author: Andy Grove <[email protected]>
AuthorDate: Tue Mar 17 07:25:38 2026 -0600
chore: update documentation links for 0.14.0 release (#3716)
---
docs/build.sh | 2 +-
docs/generate-versions.py | 4 ++--
docs/source/user-guide/index.md | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/build.sh b/docs/build.sh
index bac05bc08..8dba9a8b5 100755
--- a/docs/build.sh
+++ b/docs/build.sh
@@ -25,9 +25,9 @@ mkdir temp
cp -rf source/* temp/
# Add user guide from published releases
-rm -rf comet-0.10
rm -rf comet-0.11
rm -rf comet-0.12
+rm -rf comet-0.13
python3 generate-versions.py
# Generate dynamic content (configs, compatibility matrices) for latest docs
diff --git a/docs/generate-versions.py b/docs/generate-versions.py
index 4e4334578..57357ec71 100644
--- a/docs/generate-versions.py
+++ b/docs/generate-versions.py
@@ -104,6 +104,6 @@ This is **out-of-date** documentation. The latest Comet
release is version {late
if __name__ == "__main__":
print("Generating versioned user guide docs...")
snapshot_version = get_version_from_pom()
- latest_released_version = "0.13.0"
- previous_versions = ["0.10.1", "0.11.0", "0.12.0"]
+ latest_released_version = "0.14.0"
+ previous_versions = ["0.11.0", "0.12.0", "0.13.0"]
generate_docs(snapshot_version, latest_released_version, previous_versions)
\ No newline at end of file
diff --git a/docs/source/user-guide/index.md b/docs/source/user-guide/index.md
index d77aaee70..c628aa9eb 100644
--- a/docs/source/user-guide/index.md
+++ b/docs/source/user-guide/index.md
@@ -23,9 +23,9 @@ under the License.
:maxdepth: 2
:caption: User Guides
-0.14.0-SNAPSHOT <latest/index>
+0.15.0-SNAPSHOT <latest/index>
+0.14.x <0.14/index>
0.13.x <0.13/index>
0.12.x <0.12/index>
0.11.x <0.11/index>
-0.10.x <0.10/index>
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]