AlenkaF commented on PR #46936:
URL: https://github.com/apache/arrow/pull/46936#issuecomment-3018815250
Building locally with
```diff
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 0d4c8790e6..5d663e93ec 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -363,7 +363,7 @@ html_theme_options = {
],
"show_version_warning_banner": True,
"switcher": {
- "json_url": "/docs/_static/versions.json",
+ "json_url": "https://arrow.apache.org/docs/_static/versions.json",
"version_match": switcher_version,
},
}
```
already creates a version switcher to test (no need to move the rendered
docs to the arrow-site clone) and that will, probably, also work for the
preview docs so I think we should include this change in this PR. Testing
similar changes will then be much easier.
The rendered html example:

--
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]