Closed carlossc closed 8 years ago
Attaching the output of the file mentioned in the description of the issue: sphinx-err-cva6363u.txt
Thanks for the report, @carlossc . Some lines weren't compatible with python3. I fixed this and released a new version (0.1.7).
When adding this extension, the "make html" of my Sphinx project fails with the error
If I edit
__init__.py
to comment from the line 11 to 14, the error no longer occurs.If I remove the extension
sphinxprettysearchresults
the error no longer occurs.How to reproduce the issue
. Add
'sphinxprettysearchresults'
to the elementextensions
.. From the command line,
make html
The process fail with an error like the following: