🌟
sphinx-autobuild 2020.9.1 を Windows + Python 3.8 で使うために
sphinx-autobuild が使えない
こんな問題があるのでそのままでは使えません。
対処
幸い livereload は修正されているので新しいバージョンをインストールすれば解決します。
Asyncio NotImplemented Error with Python 3.8 and Windows - Issue #209 - lepture/python-livereload
pip install -U livereload
Discussion