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

documentation build fails on develop #2364

Closed
cz4rs opened this issue Oct 15, 2024 · 0 comments · Fixed by #2367
Closed

documentation build fails on develop #2364

cz4rs opened this issue Oct 15, 2024 · 0 comments · Fixed by #2367
Assignees

Comments

@cz4rs
Copy link
Contributor

cz4rs commented Oct 15, 2024

Documentation fails to build on develop with a following error:

Traceback (most recent call last):
  File "/build/vt/m.css/documentation/doxygen.py", line 4305, in <module>
    run(state, templates=os.path.abspath(args.templates), wildcard=args.wildcard, index_pages=args.index_pages, search_merge_subtrees=not args.search_no_subtree_merging, search_add_lookahead_barriers=not args.search_no_lookahead_barriers, search_merge_prefixes=not args.search_no_prefix_merging)
  File "/build/vt/m.css/documentation/doxygen.py", line 4156, in run
    parsed = parse_xml(state, file)
  File "/build/vt/m.css/documentation/doxygen.py", line 2812, in parse_xml
    if not len(compounddef.find('briefdescription')) and not len(compounddef.find('detaileddescription')) and not compounddef.attrib['kind'] == 'group' and (not compounddef.attrib['kind'] == 'page' or is_a_stupid_empty_markdown_page(compounddef)):
TypeError: object of type 'NoneType' has no len()

Complete log: https://github.com/DARMA-tasking/vt/actions/runs/11259793975/job/31559293997 (this has been re-run with the same result).

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

Successfully merging a pull request may close this issue.

1 participant