🌟

sphinx-autobuild 2020.9.1 を Windows + Python 3.8 で使うために

2021/01/05に公開

sphinx-autobuild が使えない

こんな問題があるのでそのままでは使えません。

NotImplementedError raised when sphinx-autobuild tries to start tornado server on Python 3.8 Issue - #77 - executablebooks/sphinx-autobuild

対処

幸い livereload は修正されているので新しいバージョンをインストールすれば解決します。
Asyncio NotImplemented Error with Python 3.8 and Windows - Issue #209 - lepture/python-livereload

pip install -U livereload
GitHubで編集を提案

Discussion