Timotheus Kampik

Results 34 comments of Timotheus Kampik

Thanks, @ericholscher. Let us know if there's anything we need to consider from RTD's perspective when removing jQuery and underscore. @tk0miya I think many templates will break if we don't...

@RaphaelMeudec does this PR make sense to you?

Thanks for reporting. Can you point to your Sphinx project's code or - even better - provide a minimal working example?

I see. *Sphinx: pretty search results* assumes the [sphinx-build](http://www.sphinx-doc.org/en/stable/tutorial.html#running-the-build) command is available on your command line. This is probably not the case on your machine. If you fix this, the...

Thanks for reporting. I'll take a look as soon as I find time.

@timhoffm could you provide a minimal failing example? ATM, I can fix the specific issues in the code but feel a bit uncomfortable because I don't have a failing test.

Ok. The setup of the matplotlib docs is not really straight-forward, so it might take me some time to isolate the issue. But you could install from this branch: https://github.com/TimKam/sphinx-pretty-searchresults/tree/27-fix-unboundlocalerror....

Thanks for your report. Might be an issue that just occurs on Windows. It would be great if you could verify/falsify this assumption. In any case, I'll have a look...

I was wrong with my assumption. There were two issues: 1) The build failed if you didn't specify a language in the config file. 2) The build assumed `.` is...

For a quick fix, you can try adding these line below line 41 of `__init__.py`: ``` if isinstance(srcdir, unicode): srcdir = srcdir.encode('UTF-8') ``` I'll see if I can reproduce your...