From 14d6ea25d1f7498a387ca9b092eab1a5514973c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Sat, 11 Dec 2021 00:32:35 +0000 Subject: [PATCH] Beautify rendering of the configuration file list --- docs/source/how_to_guides/write_config.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/source/how_to_guides/write_config.md b/docs/source/how_to_guides/write_config.md index f0f29786..7040226a 100644 --- a/docs/source/how_to_guides/write_config.md +++ b/docs/source/how_to_guides/write_config.md @@ -27,11 +27,9 @@ Note: the only unusable hook names are `before-prep-git` and `before-extract-rel This is where `jupyter-releaser` looks for configuration (first one found is used): -``` - .jupyter-releaser.toml - pyproject.toml (in the tools.jupyter-releaser section ) - package.json (in the jupyter-releaser property) -``` +- `.jupyter-releaser.toml` +- `pyproject.toml` (in the tools.jupyter-releaser section) +- `package.json` (in the jupyter-releaser property) Example `.jupyter-releaser.toml`: