Skip to content

Commit b6ade2e

Browse files
authored
Merge pull request #220 from krassowski/patch-2
Beautify rendering of the configuration file list
2 parents 6a19a5f + 14d6ea2 commit b6ade2e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/source/how_to_guides/write_config.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ Note: the only unusable hook names are `before-prep-git` and `before-extract-rel
2727

2828
This is where `jupyter-releaser` looks for configuration (first one found is used):
2929

30-
```
31-
.jupyter-releaser.toml
32-
pyproject.toml (in the tools.jupyter-releaser section )
33-
package.json (in the jupyter-releaser property)
34-
```
30+
- `.jupyter-releaser.toml`
31+
- `pyproject.toml` (in the tools.jupyter-releaser section)
32+
- `package.json` (in the jupyter-releaser property)
3533

3634
Example `.jupyter-releaser.toml`:
3735

0 commit comments

Comments
 (0)