Using 'self.builder.env' instead of 'self.settings.env' fixed the problem for me.
HTH, T On Monday, November 23, 2015 at 9:02:12 PM UTC+9, André wrote: > > I have installed the inlinesyntaxhighlight extension and got the following > (partial) traceback > > Exception occurred: > File > "C:\Users\Andre\Anaconda3\lib\site-packages\sphinxcontrib\inlinesyntaxhighlight.py", > > line 43, > in html_visit_literal > env = self.settings.env > AttributeError: 'Values' object has no attribute 'env' > > Is there something I need to set in conf.py or elsewhere to solve this > issue? > Running sphinx version 1.3.1 and inlinesyntaxhighlight 0.2 just installed > today using pip. > > André > > > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
