Hi, I've just installed sphinx and got the same error. So please, can you clearly indicate how to solve it?
$ pip install sphinx --upgrade Requirement already up-to-date: sphinx in /usr/local/lib/python2.7/dist-packages Cleaning up... $ make html Running Sphinx v1.5.1 making output directory... Extension error: *Could not import extension sphinx.builders.linkcheck (exception: No module named packages.urllib3.exceptions)* make: *** [html] Erreur 1 $ sudo apt-get install python-urllib3 Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait python-urllib3 est déjà la plus récente version disponible. 0 mis à jour, 0 nouvellement installés, 0 à enlever et 1 non mis à jour. -- 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 https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
