Skip to content

Commit

Permalink
Merge pull request #220 from krassowski/patch-2
Browse files Browse the repository at this point in the history
Beautify rendering of the configuration file list
  • Loading branch information
blink1073 authored Dec 11, 2021
2 parents 6a19a5f + 14d6ea2 commit b6ade2e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/how_to_guides/write_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit b6ade2e

Please sign in to comment.