LoginSignup
2
3

More than 5 years have passed since last update.

Windows7 , Python 3.5.1, Sphinx 1.3.5 で sphinx-autobuild (0.5.2)

Last updated at Posted at 2016-01-31

Windows7 64bit に Python 3.5.1 32bit をインストール。

venv で sphinx 用の仮想環境を作って、Sphinx と sphinx-autobuild をインストール。
sphinx-autobuild 0.5.2 だと Error when running sphinx-autobuild in python 3.5 on Windows 7 · Issue #40 · GaretJax/sphinx-autobuild に引っかかるので、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
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3