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:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/documentation
script:
- pip install mkdocs mkdocs-material mkdocstrings[python]
- export PYTHONPATH=`pwd`
- mkdocs build
- mkdocs build -v
tags:
- docker
artifacts:
......
......@@ -39,4 +39,4 @@ nav:
- 'API Documentation':
- 'Overview': api/index.md
- 'Source File Generator Front-End': api/frontend.md
- 'Kernel Call Tree': api/tree.md
\ No newline at end of file
- 'Kernel Call Tree': api/tree.md
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