Skip to content

Commit e1da43e

Browse files
update novella build script
1 parent 12a910e commit e1da43e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/build.novella

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ action "mkdocs-update-config" {
2525
update '$.theme.features' add: []
2626
update '$.theme.palette' set: {'primary': 'blue', 'accent': 'amber'}
2727
update_with config -> {
28-
print(json.dumps(config, indent=2))
2928
for module in databind_core_modules:
3029
config['nav'][1]['CORE'][-1]['API'].append('core/api/' + module + '.md')
3130
for module in databind_json_modules:

0 commit comments

Comments
 (0)