Commit 85c9cb6
authored
Fix live reload for
<!--
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
mkdocs/mkdocs#4032 (comment)
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,
mkdocs/mkdocs#4032 (comment)
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.
-->make docs-serve (#2889)1 parent 4547e91 commit 85c9cb6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments