amoeba commented on PR #676:
URL: https://github.com/apache/arrow-site/pull/676#issuecomment-3110041500
Yeah I see that too,
```
$ git diff asf-site -- docs/cpp/index.html | head -n 20
diff --git a/docs/cpp/index.html b/docs/cpp/index.html
index 129a43919cf..c0ceb4ae1e8 100644
--- a/docs/cpp/index.html
+++ b/docs/cpp/index.html
@@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"
/><meta name="generator" content="Docutils 0.19:
https://docutils.sourceforge.io/" />
- <title>C++ Implementation — Apache Arrow v20.0.0</title>
+ <title>C++ Implementation — Apache Arrow v21.0.0</title>
@@ -53,18 +53,19 @@
DOCUMENTATION_OPTIONS.theme_version = '0.16.1';
DOCUMENTATION_OPTIONS.theme_switcher_json_url =
'/docs/_static/versions.json';
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '';
- DOCUMENTATION_OPTIONS.show_version_warning_banner = false;
+ DOCUMENTATION_OPTIONS.show_version_warning_banner =
+ false;
```
That should be fine. Removing the newline with the sed command would be a
slight improvement but I think we can merge this PR as-is since it's valid
syntax.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]