Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Batch size processing runs into error #74

@maxlutz98

Description

@maxlutz98

Currently, we use this extension in combination with sphinx and sphinx-needs but we run into a huge build time. Therefore, we tried to use the batch size setting. In the beginning, it worked fine but at some point in time we ran into some issues with the plantuml execution:

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
rendering plantuml diagrams [0..500/1303]... done/AnchorMngt_Deployment/AnchorMngt_Deployment
rendering plantuml diagrams [500..1000/1303]... done
rendering plantuml diagrams [1000..1303/1303]... failed
Needs successfully exported

Sphinx error:
error while running plantuml

b'Error line 2 in file: cd\\cde3f91fbd313622222d96f7c276de8bea541fec.puml\r\nSome diagram description contains errors\r\n'
FAILED: docs/sphinx C:/sandboxes/pk_cds_4/_builds/docs/sphinx
cmd.exe /C "cd /D C:\sandboxes\pk_cds_4\_builds\docs && C:\sandboxes\pk_cds_4\_builds\venv\Scripts\sphinx-build.exe -W --keep-going -b html -c C:/sandboxes/pk_cds_4/docs C:/sandboxes/pk_cds_4/docs/.. C:/sandboxes/pk_cds_4/_builds/docs/sphinx/"                                                           oxes
ninja: build stopped: subcommand failed.

The file which mentions that it has errors in, is an empty .puml file, only has the tags "@startuml" and "@enduml" inside.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions