[sphinx-dev] Nasty intersphinx bug on windows ( 'invalid distance too far back' )

2010-09-17 Thread Dougn
Man this was a hard one to track down. Some of my object.inv files were not being loaded due to some odd zlib error. This is on windows, python 2.6.1. The problem? While the inventory file is being written in binary mode for v2, it is being read in text mode in intersphinx. Why is that an issue?

[sphinx-dev] Inter-Sphinx index

2010-09-17 Thread Marc Poinot
Hi all, I've got a python package with multiple sphinx docs, I use intersphinx to reference the docs together but how can I create a single index for all of them? -MP- -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send

[sphinx-dev] Force link name on role added through add_crossref_type

2010-09-17 Thread delfick
Hello, I have a situation where I want to create references to particular things that can have a long name and a short name. And I want to be able to reference these items using their long name, and have the link come up using it's short name (it's a simple transformation of the long name). For

[sphinx-dev] contents.html missing

2010-09-17 Thread Michael
Hi, I'm new to Sphinx, using it for the ITK/ANTS medical imaging analysis tool project. We're using it to create dynamic documentation for our source code tests and user documentation. I've inherited a sphinx project I'm working with. We're building html. There's a documentation link in a

[sphinx-dev] Sphinx 1.0.4 released

2010-09-17 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm happy to announce the release of Sphinx 1.0.4, a bug-fix release in the 1.0 series fixing a showstopper bug with local intersphinx inventories on Windows. What is it? === Sphinx is a tool that makes it easy to create intelligent

Re: [sphinx-dev] Nasty intersphinx bug on windows ( 'invalid distance too far back' )

2010-09-17 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 14.09.2010 22:42, schrieb Dougn: Man this was a hard one to track down. Some of my object.inv files were not being loaded due to some odd zlib error. This is on windows, python 2.6.1. The problem? While the inventory file is being written in

RE: [sphinx-dev] Re: secondary windows or hidden sections in html output

2010-09-17 Thread Alastair Dent
I can see it would be an advantage over raw html, but can't see it being an advantage over a sphinx extension. Js support is a given - the search and index in sphinx won't work without it. -Original Message- From: sphinx-dev@googlegroups.com [mailto:sphinx-...@googlegroups.com] On