Skip to content
Snippets Groups Projects
Commit 0a23fc06 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

verbosity for debugging

parent 71e7172d
Branches
Tags
No related merge requests found
Pipeline #57469 failed with stages
in 1 minute and 30 seconds
...@@ -31,8 +31,7 @@ build-documentation: ...@@ -31,8 +31,7 @@ build-documentation:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/documentation image: i10git.cs.fau.de:5005/pycodegen/pycodegen/documentation
script: script:
- pip install mkdocs mkdocs-material mkdocstrings[python] - pip install mkdocs mkdocs-material mkdocstrings[python]
- export PYTHONPATH=`pwd` - mkdocs build -v
- mkdocs build
tags: tags:
- docker - docker
artifacts: artifacts:
......
...@@ -39,4 +39,4 @@ nav: ...@@ -39,4 +39,4 @@ nav:
- 'API Documentation': - 'API Documentation':
- 'Overview': api/index.md - 'Overview': api/index.md
- 'Source File Generator Front-End': api/frontend.md - 'Source File Generator Front-End': api/frontend.md
- 'Kernel Call Tree': api/tree.md - 'Kernel Call Tree': api/tree.md
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment