Re: [sphinx-dev] How to use intersphinx to link to sphinx or python documentation

2010-07-29 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 29.07.2010 01:13, schrieb DasIch: I'm having trouble using the intersphinx extension. I added python and sphinx itself in conf.py: intersphinx_mapping = { 'python': ('http://docs.python.org/', None), 'sphinx':

[sphinx-dev] How to use intersphinx to link to sphinx or python documentation

2010-07-28 Thread Christoph Neuroth
Hi, I just started using sphinx 1.0 for our documentation and I'm having trouble using the intersphinx extension. I added python and sphinx itself in conf.py: intersphinx_mapping = { 'python': ('http://docs.python.org/', None), 'sphinx': ('http://sphinx.pocoo.org', None) } And now I try

Re: [sphinx-dev] How to use intersphinx to link to sphinx or python documentation

2010-07-28 Thread Kevin Horn
On Wed, Jul 28, 2010 at 5:47 AM, Christoph Neuroth christoph.neur...@googlemail.com wrote: Hi, Howdy! I just started using sphinx 1.0 for our documentation and I'm having trouble using the intersphinx extension. I added python and sphinx itself in conf.py: intersphinx_mapping = {

Re: [sphinx-dev] How to use intersphinx to link to sphinx or python documentation

2010-07-28 Thread DasIch
I'm having trouble using the intersphinx extension. I added python and sphinx itself in conf.py: intersphinx_mapping = { 'python': ('http://docs.python.org/', None), 'sphinx': ('http://sphinx.pocoo.org', None) } Did you also add 'sphinx.extensions.intersphinx' to the `extensions`