Hello everyone I would like to use PlantUML diagrams as an additional element for the library documentation. https://plantuml.com
There is a Sphinx extension for this. https://pypi.org/project/sphinxcontrib-plantuml/
I have tried the following:
The file "<Codesys installation directory>\CODESYS\DocScripting\3.5.11.0\templates\conf.py" has been modified as follows:
The sections of the configuration:
extensions = ['sphinx.ext.todo', 'sphinx.ext.codesys', 'sphinx.ext.mathjax', 'sphinxcontrib.plantuml', # 'sphinx.ext.intersphinx', # 'sphinx.ext.extlinks', ] todo_include_todos = False plantuml = 'java -jar c:\plantuml\plantuml.jar'
Unfortunately it is still not possible to use the ".. uml::" directive. The error "Unknown directive type uml" is always reported.
Am I doing something wrong or is it impossible to use Sphinx extensions with Codesys?
Many Thanks!
Log in to post a comment.
Hello everyone
I would like to use PlantUML diagrams as an additional element for the library documentation.
https://plantuml.com
There is a Sphinx extension for this.
https://pypi.org/project/sphinxcontrib-plantuml/
I have tried the following:
The file "<Codesys installation directory>\CODESYS\DocScripting\3.5.11.0\templates\conf.py" has been modified as follows:
The sections of the configuration:
Unfortunately it is still not possible to use the ".. uml::" directive. The error "Unknown directive type uml" is always reported.
Am I doing something wrong or is it impossible to use Sphinx extensions with Codesys?
Many Thanks!