Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building documentation fails with asciidoc: section title not permitted in delimited block #285

Open
frainz-de opened this issue May 27, 2021 · 1 comment

Comments

@frainz-de
Copy link

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

@sabishiii
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants