Issue #2486
closedSearch is broken on docs site
Description
Goto https://docs.pulpproject.org and type in a search. You will be sent to URL like this one:
http://docs.pulpproject.org/search.html?q=security&check_keywords=yes&area=default
Observe that the search never resolves.
I've used this before and it worked then, so it broke at some point.
Updated by bizhang over 6 years ago
- Sprint/Milestone set to 31
- Triaged changed from No to Yes
Updated by dkliban@redhat.com over 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to dkliban@redhat.com
Looks like the problem is that Jenkins is using sphinx 1.5.1 to do the build. Pinning it back to 1.4.8 fixes the problem. I manually updated one of our doc builder jobs for now, but will come back and update the JJB definition in pulp_packaging.
Updated by dkliban@redhat.com over 6 years ago
I filed an issue with sphinx. https://github.com/sphinx-doc/sphinx/issues/3258
Updated by dkliban@redhat.com over 6 years ago
The sphinx issue got closed. The bug is in the sphinx_rtd_theme. A patch[0] has already been merged. Not sure when it will be released on PyPI. We can install from a git tag though.
Updated by bmbouter over 6 years ago
+1 to installing from a git tag
Also, I'm watching the theme issue so when there is info about a new release on PyPI I should get an email and we can revert the git tag commit.
Added by dkliban@redhat.com over 6 years ago
Updated by dkliban@redhat.com over 6 years ago
Updated by dkliban@redhat.com over 6 years ago
- Status changed from ASSIGNED to MODIFIED
Applied in changeset packaging:5c2170ad66f231ed6543796ddabe7d21491bdee3.
Updated by dkliban@redhat.com over 6 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: sphinx_rtd_theme is broken in PyPI
Solution: Install from source using a commit hash that fixes the problem
closes #2486 https://pulp.plan.io/issues/2486