-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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
Labels
No labels