Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search is broken in 1.5 #3203

Closed
Blendify opened this issue Dec 7, 2016 · 5 comments
Closed

Search is broken in 1.5 #3203

Blendify opened this issue Dec 7, 2016 · 5 comments
Milestone

Comments

@Blendify
Copy link
Contributor

Blendify commented Dec 7, 2016

After upgrading to sphinx 1.5 the search is not finding any results.

Searching "blender" on https://www.blender.org/manual/search.html gives accurate results (built with 1.4.9).
However, if you build it yourself using 1.5 doing the same thing will fail, it will just search endlessly.

The project is located here: https://developer.blender.org/diffusion/BM/

@LindsayHill
Copy link

We saw something similar with github.com/StackStorm/st2docs / docs.stackstorm.com. For now, we have pinned sphinx to 1.4.9, which works for us.

@tk0miya tk0miya added this to the 1.5.1 milestone Dec 10, 2016
@erik-sn
Copy link

erik-sn commented Dec 11, 2016

Digging into the chrome debugger a little, it seems the DOCUMENTATION_OPTIONS object is missing the SOURCELINK_SUFFIX field. This is giving an unhandled exception in searchtools.js. This object looks like it is initialized through templating here.

Here's a screen shot of my debugger with variable values:
image
image

@tk0miya
Copy link
Member

tk0miya commented Dec 11, 2016

Did you use sphinx_rtd_theme? If so, It's a bug of the theme.
readthedocs/sphinx_rtd_theme#346

@erik-sn
Copy link

erik-sn commented Dec 11, 2016

Yep that's it, thank you for pointing me to it.

@tk0miya
Copy link
Member

tk0miya commented Dec 11, 2016

For now, it seems not a bug of sphinx.
So I close this now.
Please reopen if you still have same problem with bare sphinx.

Thanks,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants