Timotheus Kampik
Timotheus Kampik
I could reproduce the issue on a Windows machine and fix it (for me). Can you confirm, @pybride ?
The [current version on PyPi](https://pypi.python.org/pypi/sphinxprettysearchresults/0.1.3) is 0.1.3, so I can't understand why it doesn't do the update for you. I'll try to reproduce the 2nd issue asap.
@pybride : I couldn't reproduce these issues on my Windows machine. Could you check which of the directories doesn't exist? You can add the following line before the `build_txt =...
Thanks for the info, I'll work on a fix
Because I can't reproduce any related errors, I'll close this issue. Please ask me to re-open if you still experience problems.
Is your project OS or can you provide a minimal working example that allows me to reproduce this issue?
Thanks, I'll have a look then
Can you fix the linting error: ``` ./sphinxcontrib/versioning/sphinx_.py:17:1: I202 Additional newline in a group of imports. 'from sphinx.builders.html import StandaloneHTMLBuilder' is identified as Third Party and 'from sphinx import application,...
Sorry, my GitHub inbox is so full that I can hardly see what's relevant. I'll take a look tomorrow night latest.
I am getting an error: ``` File "/Users/timotheuskampik/Desktop/github/sphinx-forks/sphinxcontrib-versioning/sphinxcontrib/versioning/sphinx_.py", line 95, in html_page_context cls.VERSIONS.context = context AttributeError: 'NoneType' object has no attribute 'context' ``` I cannot see where in the code...