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 not working #398

Closed
kassbohm opened this issue Mar 20, 2017 · 2 comments
Closed

Search not working #398

kassbohm opened this issue Mar 20, 2017 · 2 comments

Comments

@kassbohm
Copy link

Hi, searching in my html-doc does not work.

What happens is:

  1. I enter a string in the search-field.
    2a) if that string does not exists: I get shown immediately, that no results are found. So this is ok. But:
    2b) if that string does exist, search runs forever and does not come up with results.

I do or did this:
A) install via: $ pip install sphinx_rtd_theme
B) use sphinx 1.5.3 and have created a new doc with: sphinx-quickstart
C) add the following at the end of conf.py:

import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

Any ideas? I saw that some people have problems with this. But I could not find a solution...

@Blendify
Copy link
Member

This is a duplicate of #348

@kassbohm
Copy link
Author

kassbohm commented Mar 20, 2017

sorry about this.
Thanks for letting me know.
K

Also thanks for recommending to install with pip and this specific "branch" or "commit" or whatever this is... :-)

git+https://github.com/snide/sphinx_rtd_theme@abfa98539a2bfc44198a9ca8c2f16efe84cc4d26

I did this just now. And it works just fine.

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

No branches or pull requests

2 participants