Search functionality in Sphinx docs

I'm preparing for my Scipy talk about our Sphinx docs, and I seem to be having trouble with the search functionality. The links that searching generates do not have an .html extension, so they don't actually work. For example this:

   file:///home/mdroe/builds/matplotlib/doc/build/html/users/artists?highlight=histogram

When it should be this:

   file:///home/mdroe/builds/matplotlib/doc/build/html/users/artists.html?highlight=histogram

I don't see this problem with the docs at matplotlib.sf.net/doc/html/, only the ones I'm generating locally. Before I take this to the Sphinx list, are others seeing this (with a SVN Sphinx updated today?)

Cheers,
Mike

···

--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA

Yep, I see it too.

···

On Thursday 17 July 2008 01:07:27 pm Michael Droettboom wrote:

I'm preparing for my Scipy talk about our Sphinx docs, and I seem to be
having trouble with the search functionality. The links that searching
generates do not have an .html extension, so they don't actually work.
For example this:

file:///home/mdroe/builds/matplotlib/doc/build/html/users/artists?highlight
=histogram

When it should be this:

file:///home/mdroe/builds/matplotlib/doc/build/html/users/artists.html?high
light=histogram

I don't see this problem with the docs at matplotlib.sf.net/doc/html/,
only the ones I'm generating locally. Before I take this to the Sphinx
list, are others seeing this (with a SVN Sphinx updated today?)

It seems one of the static JavaScript files changed. Deleting my installation of Sphinx in site-packages and reinstalling fixed the problem.

Cheers,
Mike

Darren Dale wrote:

···

On Thursday 17 July 2008 01:07:27 pm Michael Droettboom wrote:
  

I'm preparing for my Scipy talk about our Sphinx docs, and I seem to be
having trouble with the search functionality. The links that searching
generates do not have an .html extension, so they don't actually work.
For example this:

file:///home/mdroe/builds/matplotlib/doc/build/html/users/artists?highlight
=histogram

When it should be this:

file:///home/mdroe/builds/matplotlib/doc/build/html/users/artists.html?high
light=histogram

I don't see this problem with the docs at matplotlib.sf.net/doc/html/,
only the ones I'm generating locally. Before I take this to the Sphinx
list, are others seeing this (with a SVN Sphinx updated today?)
    
Yep, I see it too.
  
--
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA