Install Python 3.5.1 32bit on Windows7 64bit.
Create a virtual environment for sphinx with venv and install Sphinx and sphinx-autobuild. With sphinx-autobuild 0.5.2 Error when running sphinx-autobuild in python 3.5 on Windows 7 · Issue # 40 · GaretJax / sphinx-autobuild, So reinstall livereload 2.4.0.
python -m venv sphinx
sphinx\Scripts\activate.bat
pip install sphinx
pip install sphinx-autobuild
pip install livereload==2.4.0
Recommended Posts