Skip to content
Snippets Groups Projects
Commit 4540a02e authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files
parents b05baa4e 1c663aa7
No related branches found
No related tags found
No related merge requests found
Pipeline #47421 failed
......@@ -81,7 +81,10 @@ pages:
script:
- pip install -U sphinx m2r2 furo graphviz pyUML
- pip install -e .
- cd docs/diagrams
- mkdir public#/diagrams
- cp docs/diagrams public
#- cp docs/diagrams/class_diagram.py public/diagrams
- cd public/diagrams
- python class_diagram.py
- cd ../../
- sphinx-build -b html docs/source public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment