AlenkaF commented on code in PR #46943:
URL: https://github.com/apache/arrow/pull/46943#discussion_r2176377934
##########
docs/source/conf.py:
##########
@@ -363,7 +363,7 @@
],
"show_version_warning_banner": True,
"switcher": {
- "json_url": "/docs/_static/versions.json",
+ "json_url": "https://arrow.apache.org/docs/_static/versions.json",
Review Comment:
For local development we could fall back to
`docs/source/_static/versions.json` and maybe we could add an environment
variable that can be set when developing locally and in case of the preview
build.
I can add that changes today. If this PR needs to get into 21.0.0 I can also
do move `json_url` work into a separate PR.
--
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]