Added debug information to the docs generation.
This is run during the lint run, before even knowing if the code is valid. Having debug information is quite useful here.
This commit is contained in:
parent
7c11370afd
commit
ab8550796d
|
|
@ -7,5 +7,5 @@ all: ../README.md samples/generic_plot.kibot.yaml
|
|||
|
||||
samples/generic_plot.kibot.yaml: ../kibot/out_*.py ../kibot/pre_*.py ../kibot/config_reader.py
|
||||
rm -f example.kibot.yaml
|
||||
../src/kibot --example
|
||||
../src/kibot -v --example
|
||||
mv example.kibot.yaml $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue