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 on readthedocs #1391

Closed
cyberw opened this issue May 22, 2020 · 5 comments
Closed

Search is broken on readthedocs #1391

cyberw opened this issue May 22, 2020 · 5 comments

Comments

@cyberw
Copy link
Collaborator

cyberw commented May 22, 2020

Clicking search does nothing at all. I want to fix it but dont have the time right now :-/

Probably related to the sphinx-search feature.

@heyman
Copy link
Member

heyman commented May 22, 2020

Hm, interesting. I can't reproduce the error when building the docs locally, which makes it harder to debug.

@cyberw cyberw closed this as completed in d595ffe May 29, 2020
@cyberw cyberw reopened this May 29, 2020
@cyberw
Copy link
Collaborator Author

cyberw commented May 29, 2020

That didnt help...

@cyberw
Copy link
Collaborator Author

cyberw commented May 30, 2020

@heyman It started working when I commented out this code in conf.py. But I'm guessing you put it there for a reason? :)

 # Custom CSS overrides
 html_static_path = ["_static"]
 html_context = {
     "css_files": ["_static/theme-overrides.css"],
 }

(I reverted all my other attempts at fixing the issue)

@heyman
Copy link
Member

heyman commented Jun 1, 2020

Yes, it adds some custom CSS which makes it possible to have table cells with multiple lines in the ReadTheDocs theme.

@heyman
Copy link
Member

heyman commented Jun 1, 2020

Now fixed in e918105!

@heyman heyman closed this as completed Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants