0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Sphinxをバージョンアップする

Posted at

ローカルにインストールしてあったSphinxが古かったのでアップデートしてみた。

手順

インストール前のバージョン確認

% pip show sphinx                                                             
---
Name: Sphinx
Version: 1.2.3
Location: /Library/Python/2.7/site-packages/Sphinx-1.2.3-py2.7.egg
Requires: Pygments, docutils, Jinja2

アップデート

% sudo pip install sphinx --upgrade --ignore-installed six

アップデート後のバージョン確認

% pip show sphinx
---
Name: Sphinx
Version: 1.4.6
Location: /Library/Python/2.7/site-packages
Requires: babel, Jinja2, alabaster, imagesize, six, Pygments, snowballstemmer, docutils
0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?