kevinjqliu opened a new pull request, #2889:
URL: https://github.com/apache/iceberg-python/pull/2889
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
`make docs-serve` use to live reload on change. This PR fixes the underlying
issue, thanks to
https://github.com/mkdocs/mkdocs/issues/4032#issuecomment-3591002290
From the same thread, it looks like the underlying issue the `click>8.2.1`
which we're using (#2762). click 8.3.2 should fix the issue,
https://github.com/mkdocs/mkdocs/issues/4032#issuecomment-3644653585
but it doesnt hurt to always explicitly call `--livereload`
## Are these changes tested?
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label. -->
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]