We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5531feb commit 2c15d52Copy full SHA for 2c15d52
nbdev/quarto.py
@@ -300,7 +300,6 @@ def nbdev_contributing(
300
301
_save_cached_contributing(cache, cfg, contrib_nb_name)
302
303
-
304
# %% ../nbs/api/14_quarto.ipynb
305
@call_parse
306
@delegates(_nbglob_docs)
nbs/api/14_quarto.ipynb
@@ -555,7 +555,7 @@
555
" cache = proc_nbs(path)\n",
556
" _sprun(f'cd \"{cache}\" && quarto render \"{cache/contrib_nb_name}\" -o CONTRIBUTING.md -t gfm --no-execute')\n",
557
" \n",
558
- " _save_cached_contributing(cache, cfg, contrib_nb_name)\n"
+ " _save_cached_contributing(cache, cfg, contrib_nb_name)"
559
]
560
},
561
{
0 commit comments