Re: [sphinx-users] Problem with initial setup.. linkcheck and urllib3 issue.

2017-01-16 Thread Raghuram BK
Hi, I could not fix the problem but I managed to get around this by commenting out the line : 'sphinx.builders.linkcheck', from the builtin_extensions in the dist-packages/sphinx/applications.py. Unfortunately this means that I wont have the linkcheck functionality. On Tue, Jan 10, 2017 at 10:23

Re: [sphinx-users] Problem with initial setup.. linkcheck and urllib3 issue.

2017-01-10 Thread Brigitte Bigi
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

Re: [sphinx-users] Problem with initial setup.. linkcheck and urllib3 issue.

2016-12-23 Thread gilberto dos santos alves
yes. or you could handly sys.path Em 23/12/2016 23:28, escreveu: > The problem seems to be that the file sphinx/util/requests.py has a line > saying import requests and then goes on to "from > requests.packages.urllib3.exceptions > import SSLError, InsecureRequestWarning"

[sphinx-users] Problem with initial setup.. linkcheck and urllib3 issue.

2016-12-20 Thread ram
I tried to setup sphinx to start documenting our project but ran into the following error : ram@Rams-laptop:~/fractalio/integralstor_unicell/docs$ make html Running Sphinx v1.5.1 Original exception: Traceback (most recent call last): File