That just seemed to stuff it up:
vadi@gooseberry:~$ sudo pip install --pre sphinx
Requirement already satisfied (use --upgrade to upgrade): sphinx in
/usr/local/lib/python2.7/dist-packages/Sphinx-1.3b1-py2.7.egg
Requirement already satisfied (use --upgrade to upgrade): six>=1.4 in
/usr/local/lib/python2.7/dist-packages (from sphinx)
Requirement already satisfied (use --upgrade to upgrade): Jinja2>=2.3 in
/usr/local/lib/python2.7/dist-packages (from sphinx)
Requirement already satisfied (use --upgrade to upgrade): Pygments>=1.2 in
/usr/local/lib/python2.7/dist-packages (from sphinx)
Requirement already satisfied (use --upgrade to upgrade): docutils>=0.10 in
/usr/local/lib/python2.7/dist-packages (from sphinx)
Requirement already satisfied (use --upgrade to upgrade):
snowballstemmer>=1.1 in
/usr/local/lib/python2.7/dist-packages/snowballstemmer-1.2.0-py2.7.egg
(from sphinx)
Requirement already satisfied (use --upgrade to upgrade): babel in
/usr/local/lib/python2.7/dist-packages/Babel-1.3-py2.7.egg (from sphinx)
Requirement already satisfied (use --upgrade to upgrade): markupsafe in
/usr/local/lib/python2.7/dist-packages (from Jinja2>=2.3->sphinx)
Requirement already satisfied (use --upgrade to upgrade): pytz>=0a in
/usr/local/lib/python2.7/dist-packages (from babel->sphinx)
Cleaning up...
vadi@gooseberry:~$ sudo pip install --pre --upgrade sphinx
Downloading/unpacking sphinx from
https://pypi.python.org/packages/2.7/S/Sphinx/Sphinx-1.3b3-py2.py3-none-any.whl#md5=47fb2dd3a01c4701d6f287984283187c
Downloading Sphinx-1.3b3-py2.py3-none-any.whl (1.3MB): 1.3MB downloaded
Requirement already up-to-date: babel in
/usr/local/lib/python2.7/dist-packages/Babel-1.3-py2.7.egg (from sphinx)
Requirement already up-to-date: Jinja2>=2.3 in
/usr/local/lib/python2.7/dist-packages (from sphinx)
Downloading/unpacking sphinx-rtd-theme (from sphinx)
Downloading sphinx_rtd_theme-0.1.6-py27-none-any.whl (217kB): 217kB
downloaded
Requirement already up-to-date: six>=1.4 in
/usr/local/lib/python2.7/dist-packages (from sphinx)
Requirement already up-to-date: Pygments>=2.0 in
/usr/local/lib/python2.7/dist-packages (from sphinx)
Requirement already up-to-date: snowballstemmer>=1.1 in
/usr/local/lib/python2.7/dist-packages/snowballstemmer-1.2.0-py2.7.egg
(from sphinx)
Requirement already up-to-date: docutils>=0.11 in
/usr/local/lib/python2.7/dist-packages (from sphinx)
Downloading/unpacking alabaster (from sphinx)
Downloading alabaster-0.6.3.tar.gz
Running setup.py (path:/tmp/pip_build_root/alabaster/setup.py) egg_info
for package alabaster
warning: no files found matching 'README.md'
warning: no previously-included files matching '.*.swp' found under
directory 'alabaster'
Requirement already up-to-date: pytz>=0a in
/usr/local/lib/python2.7/dist-packages (from babel->sphinx)
Requirement already up-to-date: markupsafe in
/usr/local/lib/python2.7/dist-packages (from Jinja2>=2.3->sphinx)
Installing collected packages: sphinx, sphinx-rtd-theme, alabaster
Found existing installation: Sphinx 1.3b1
Uninstalling Sphinx:
Successfully uninstalled Sphinx
Running setup.py install for alabaster
warning: no files found matching 'README.md'
warning: no previously-included files matching '.*.swp' found under
directory 'alabaster'
Successfully installed sphinx sphinx-rtd-theme alabaster
Cleaning up...
vadi@gooseberry:~$ sudo pip install --pre sphinx
Requirement already satisfied (use --upgrade to upgrade): sphinx in
/usr/local/lib/python2.7/dist-packages
Cleaning up...
vadi@gooseberry:~$ sudo pip install sphinx==1.3b3
Requirement already satisfied (use --upgrade to upgrade): sphinx==1.3b3 in
/usr/local/lib/python2.7/dist-packages
Cleaning up...
vadi@gooseberry:~$ sudo pip install --upgrade sphinx==1.3b3
Requirement already up-to-date: sphinx==1.3b3 in
/usr/local/lib/python2.7/dist-packages
Cleaning up...
vadi@gooseberry:~$ pip --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
vadi@gooseberry:~$ cd ~/Games/Mudlet/svo/doc && sphinx-build -j 4 -b html
-d _build/doctrees . _build/html
Traceback (most recent call last):
File "/usr/local/bin/sphinx-build", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2749, in
<module>
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 446, in
_build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 459, in
_build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in
resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Sphinx==1.3b1
vadi@gooseberry:~/Games/Mudlet/svo/doc$
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.