You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when building the documentation with make gendoc, it fails with many lines of asciidoc: ERROR: asciidoc.tmp: line []: section title not permitted in delimited block
I'm using asciidoc 9.1.0 and doxygen 1.9.1
The text was updated successfully, but these errors were encountered:
I just ran into the same problem, and the fix was quite simple: Make sure that you have Python2 installed and replace the shebang lines in the doc/*.py files with "#/usr/bin/env python2"
Hi,
when building the documentation with make gendoc, it fails with many lines of
asciidoc: ERROR: asciidoc.tmp: line []: section title not permitted in delimited block
I'm using asciidoc 9.1.0 and doxygen 1.9.1
The text was updated successfully, but these errors were encountered: