It seems KDE related CMake keywords cause this problem. When I changed
kde4_add_executable(tutorial1 ${tutorial1_SRCS})
to
add_executable(tutorial1 ${tutorial1_SRCS})
everything is back to normal. Then I tried to add kde4_add_executable
keyword to RegexLexer class at pygments/lexers/text.py but it did not work.
I think I'm missing something, but I don't know what it is.
--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.