Skip to content

Commit 098ea00

Browse files
author
Marcus Gawronsky
committed
Export for _brand.yml
1 parent 6e47c8e commit 098ea00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nbdev/serve.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def proc_nbs(
6666
path = Path(path or cfg.nbs_path)
6767
files = nbglob(path, func=Path, file_glob='', file_re='', **kwargs)
6868
if (path/'_quarto.yml').exists(): files.append(path/'_quarto.yml')
69+
if (path/'_brand.yml').exists(): files.append(path/'_brand.yml')
6970
if (path/'_extensions').exists(): files.extend(nbglob(path/'_extensions', func=Path, file_glob='', file_re='', skip_file_re='^[.]'))
7071

7172
# If settings.ini or filter script newer than cache folder modified, delete cache

0 commit comments

Comments
 (0)